Home
last modified time | relevance | path

Searched refs:isDescendant (Results 1 – 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseTraversers.java634 protected boolean isDescendant(int subtreeRootIdentity, int identity) in isDescendant() method in DTMDefaultBaseTraversers.DescendantTraverser
710 if (!isDescendant(subtreeRootIdent, current)) in next()
746 if (!isDescendant(subtreeRootIdent, current)) in next()
819 if (!isDescendant(subtreeRootIdent, current)) in next()
DDTMDefaultBaseIterators.java1862 protected boolean isDescendant(int identity) in isDescendant() method in DTMDefaultBaseIterators.DescendantIterator
1888 if (NULL == type ||!isDescendant(node)) { in next()
1960 if (NULL == type ||!isDescendant(node)) { in next()
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java1557 protected final boolean isDescendant(int identity) in isDescendant() method in SAX2DTM2.DescendantIterator
1601 if (NULL == type ||!isDescendant(node)) { in next()