HomeSort by relevance Sort by last modified time
    Searched full:subtreerootident (Results 1 - 1 of 1) sorted by null

  /libcore/luni/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseTraversers.java 704 int subtreeRootIdent = getSubtreeRoot(context);
710 if (!isDescendant(subtreeRootIdent, current))
733 int subtreeRootIdent = getSubtreeRoot(context);
739 return makeNodeHandle(getNextIndexed(subtreeRootIdent, current, expandedTypeID));
746 if (!isDescendant(subtreeRootIdent, current))
808 int subtreeRootIdent = makeNodeIdentity(context);
819 if (!isDescendant(subtreeRootIdent, current))
    [all...]

Completed in 73 milliseconds