Searched defs:ancestor (Results 1 - 4 of 4) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dxpath.h380 xmlNodePtr ancestor; /* used for walking preceding axis */ member in struct:_xmlXPathParserContext
/vbox/src/libs/libxml2-2.6.31/
H A Dtree.c4628 * attribute or the one carried by the nearest ancestor.
4708 * ancestor.
5662 * @ancestor: the ancestor carrying the namespace
5665 * Verify that the given namespace held on @ancestor is still in scope
5672 xmlNodePtr ancestor, const xmlChar * prefix)
5676 while ((node != NULL) && (node != ancestor)) {
5696 if (node != ancestor)
7784 * the given @nsName in the ancestor-or-self axis of @node.
7884 * the given @nsName in the ancestor
5671 xmlNsInScope(xmlDocPtr doc ATTRIBUTE_UNUSED, xmlNodePtr node, xmlNodePtr ancestor, const xmlChar * prefix) argument
[all...]
H A Dxpath.c2975 * get the nearest common ancestor.
3267 * get the nearest common ancestor.
7924 * Traversal function for the "ancestor" direction
7925 * the ancestor axis contains the ancestors of the context node; the ancestors
8049 * Traversal function for the "ancestor-or-self" direction
8050 * he ancestor-or-self axis contains the context node and ancestors of
8159 * @ancestor: the ancestor node
8162 * Check that @ancestor is a @node's ancestor
8167 xmlXPathIsAncestor(xmlNodePtr ancestor, xmlNodePtr node) argument
[all...]
H A Dxmlschemas.c1825 * facet of the ancestor type; i.e., such restricted enumerations
8942 * Add the annotation to the simple type ancestor.
9167 * of the <schema> ancestor element information item if present,
11539 * Add the annotation to the simple type ancestor.
11636 * Add the facets to the simple type ancestor.
11800 * Add the annotation to the type ancestor.
11926 * Add the annotation to the complex type ancestor.
12012 * Set the 'mixed' on the complex type ancestor.
12021 * Add the annotation to the complex type ancestor.
14795 * @ancestor
14804 xmlSchemaCheckTypeDefCircularInternal(xmlSchemaParserCtxtPtr pctxt, xmlSchemaTypePtr ctxtType, xmlSchemaTypePtr ancestor) argument
19451 xmlSchemaCheckSubstGroupCircular(xmlSchemaElementPtr elemDecl, xmlSchemaElementPtr ancestor) argument
[all...]

Completed in 136 milliseconds