Home | History | Annotate | Download | only in libxml2

Lines Matching full:subtree

1203  * descendant. It means the full DOM subtree must be available at the
1639 * Reads the contents of the current node and the full subtree. It then makes
1640 * the subtree available until the next xmlTextReaderRead() call
1663 * avoiding the subtree if any.
1909 /* Here removed traversal to child, because we want to skip the subtree,
1910 replace with traversal to sibling to skip subtree */
1918 /* if reader->node->next is NULL mean no subtree for current node,
2030 * avoiding the subtree if any.