Home | History | Annotate | Download | only in libxml2

Lines Matching full:subtree

1169  * descendant. It means the full DOM subtree must be available at the
1606 * Reads the contents of the current node and the full subtree. It then makes
1607 * the subtree available until the next xmlTextReaderRead() call
1630 * avoiding the subtree if any.
1871 /* Here removed traversal to child, because we want to skip the subtree,
1872 replace with traversal to sibling to skip subtree */
1880 /* if reader->node->next is NULL mean no subtree for current node,
1992 * avoiding the subtree if any.