Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ancestor

5004  * attribute or the one carried by the nearest ancestor.
5086 * ancestor.
6078 * @ancestor: the ancestor carrying the namespace
6081 * Verify that the given namespace held on @ancestor is still in scope
6088 xmlNodePtr ancestor, const xmlChar * prefix)
6092 while ((node != NULL) && (node != ancestor)) {
6112 if (node != ancestor)
8335 * the given @nsName in the ancestor-or-self axis of @node.
8437 * the given @nsName in the ancestor-or-self axis of @node.
8498 * @checkShadow: ensure that the new ns-decl doesn't shadow ancestor ns-decls
8536 * Does it shadow ancestor ns-decls?
8575 * @ancestorsOnly: search in ancestor ns-decls only
8618 * @elem (the first ancestor) was specified, then skip the search.
8632 * I.e. it searches in the ancestor axis only.
8683 * Does it shadow ancestor ns-decls?
8769 * Gather ancestor in-scope ns-decls.
8779 * Lookup the ns ancestor-axis for equal ns-decls in scope.
9720 /* if we need to search only in the ancestor-axis */