Home | History | Annotate | Download | only in libxml2

Lines Matching full:traversal

7483  *		The traversal functions					*
7488 * A traversal function enumerates nodes along an axis.
7497 * A traversal function enumerates nodes along an axis.
7500 * The context node of the traversal is specified via @contextNode.
7516 * @cur: the current node in the traversal
7518 * Traversal function for the "self" direction
7534 * @cur: the current node in the traversal
7536 * Traversal function for the "child" direction
7585 * @cur: the current node in the traversal
7587 * Traversal function for the "child" direction and nodes of type element.
7660 * @cur: the current node in the traversal
7662 * Traversal function for the "descendant-or-self" axis.
7736 * @cur: the current node in the traversal
7738 * Traversal function for the "descendant" direction
7797 * @cur: the current node in the traversal
7799 * Traversal function for the "descendant-or-self" direction
7825 * @cur: the current node in the traversal
7827 * Traversal function for the "parent" direction
7894 * @cur: the current node in the traversal
7896 * Traversal function for the "ancestor" direction
8019 * @cur: the current node in the traversal
8021 * Traversal function for the "ancestor-or-self" direction
8040 * @cur: the current node in the traversal
8042 * Traversal function for the "following-sibling" direction
8064 * @cur: the current node in the traversal
8066 * Traversal function for the "preceding-sibling" direction
8094 * @cur: the current node in the traversal
8096 * Traversal function for the "following" direction
8149 * @cur: the current node in the traversal
8151 * Traversal function for the "preceding" direction
8187 * @cur: the current node in the traversal
8189 * Traversal function for the "preceding" direction
8233 * @cur: the current attribute in the traversal
8235 * Traversal function for the "namespace" direction
8274 * @cur: the current attribute in the traversal
8276 * Traversal function for the "attribute" direction
11932 /* The context node for a compound traversal */
11949 /* compound axis traversal */
12121 * Axis traversal -----------------------------------------------------
12145 * This is a compound traversal.
12149 * Set the context for the outer traversal.
12158 * Set the context for the main traversal.