Home | History | Annotate | Download | only in libxml2

Lines Matching full:traversal

200 	  element traversal support
1904 xmlDOMWrapAdoptNode(); the tree traversal stopped if the
1906 to a missed check in the traversal mechanism.
1958 * xpath.c: Enabled the compound traversal again; I added a
1972 * xpath.c: Disabled the compound traversal for the release;
1997 traversal of 2 axes when we have a "//foo" expression.
2002 axis traversal (also optimized to return only nodes which
2004 inner traversal of the child axis. This way we avoid a full
2005 node-collecting traversal of the descendant-or-self axis.