Home | History | Annotate | Download | only in libxml2

Lines Matching full:traversal

7530  *		The traversal functions					*
7535 * A traversal function enumerates nodes along an axis.
7544 * A traversal function enumerates nodes along an axis.
7547 * The context node of the traversal is specified via @contextNode.
7563 * @cur: the current node in the traversal
7565 * Traversal function for the "self" direction
7581 * @cur: the current node in the traversal
7583 * Traversal function for the "child" direction
7632 * @cur: the current node in the traversal
7634 * Traversal function for the "child" direction and nodes of type element.
7707 * @cur: the current node in the traversal
7709 * Traversal function for the "descendant-or-self" axis.
7783 * @cur: the current node in the traversal
7785 * Traversal function for the "descendant" direction
7844 * @cur: the current node in the traversal
7846 * Traversal function for the "descendant-or-self" direction
7872 * @cur: the current node in the traversal
7874 * Traversal function for the "parent" direction
7941 * @cur: the current node in the traversal
7943 * Traversal function for the "ancestor" direction
8066 * @cur: the current node in the traversal
8068 * Traversal function for the "ancestor-or-self" direction
8087 * @cur: the current node in the traversal
8089 * Traversal function for the "following-sibling" direction
8111 * @cur: the current node in the traversal
8113 * Traversal function for the "preceding-sibling" direction
8141 * @cur: the current node in the traversal
8143 * Traversal function for the "following" direction
8204 * @cur: the current node in the traversal
8206 * Traversal function for the "preceding" direction
8247 * @cur: the current node in the traversal
8249 * Traversal function for the "preceding" direction
8293 * @cur: the current attribute in the traversal
8295 * Traversal function for the "namespace" direction
8334 * @cur: the current attribute in the traversal
8336 * Traversal function for the "attribute" direction
12015 /* The context node for a compound traversal */
12032 /* compound axis traversal */
12203 * Axis traversal -----------------------------------------------------
12227 * This is a compound traversal.
12231 * Set the context for the outer traversal.
12240 * Set the context for the main traversal.