Home | History | Annotate | Download | only in libxml2

Lines Matching full:traversal

7605  *		The traversal functions					*
7610 * A traversal function enumerates nodes along an axis.
7619 * A traversal function enumerates nodes along an axis.
7622 * The context node of the traversal is specified via @contextNode.
7638 * @cur: the current node in the traversal
7640 * Traversal function for the "self" direction
7656 * @cur: the current node in the traversal
7658 * Traversal function for the "child" direction
7707 * @cur: the current node in the traversal
7709 * Traversal function for the "child" direction and nodes of type element.
7783 * @cur: the current node in the traversal
7785 * Traversal function for the "descendant-or-self" axis.
7860 * @cur: the current node in the traversal
7862 * Traversal function for the "descendant" direction
7923 * @cur: the current node in the traversal
7925 * Traversal function for the "descendant-or-self" direction
7951 * @cur: the current node in the traversal
7953 * Traversal function for the "parent" direction
8020 * @cur: the current node in the traversal
8022 * Traversal function for the "ancestor" direction
8145 * @cur: the current node in the traversal
8147 * Traversal function for the "ancestor-or-self" direction
8166 * @cur: the current node in the traversal
8168 * Traversal function for the "following-sibling" direction
8190 * @cur: the current node in the traversal
8192 * Traversal function for the "preceding-sibling" direction
8220 * @cur: the current node in the traversal
8222 * Traversal function for the "following" direction
8287 * @cur: the current node in the traversal
8289 * Traversal function for the "preceding" direction
8330 * @cur: the current node in the traversal
8332 * Traversal function for the "preceding" direction
8378 * @cur: the current attribute in the traversal
8380 * Traversal function for the "namespace" direction
8419 * @cur: the current attribute in the traversal
8421 * Traversal function for the "attribute" direction
12298 * Axis traversal -----------------------------------------------------