Home | History | Annotate | Download | only in libxml2

Lines Matching refs:ancestor

4898  * attribute or the one carried by the nearest ancestor.
4978 * ancestor.
5932 * @ancestor: the ancestor carrying the namespace
5935 * Verify that the given namespace held on @ancestor is still in scope
5942 xmlNodePtr ancestor, const xmlChar * prefix)
5946 while ((node != NULL) && (node != ancestor)) {
5966 if (node != ancestor)
8144 * the given @nsName in the ancestor-or-self axis of @node.
8244 * the given @nsName in the ancestor-or-self axis of @node.
8305 * @checkShadow: ensure that the new ns-decl doesn't shadow ancestor ns-decls
8340 * Does it shadow ancestor ns-decls?
8379 * @ancestorsOnly: search in ancestor ns-decls only
8422 * @elem (the first ancestor) was specified, then skip the search.
8436 * I.e. it searches in the ancestor axis only.
8487 * Does it shadow ancestor ns-decls?
8573 * Gather ancestor in-scope ns-decls.
8583 * Lookup the ns ancestor-axis for equal ns-decls in scope.
9518 /* if we need to search only in the ancestor-axis */