HomeSort by relevance Sort by last modified time
    Searched defs:_startNodeID (Results 1 - 3 of 3) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 1087 protected int _startNodeID;
1115 node = _startNodeID = makeNodeIdentity(node);
1153 if (_currentNode == _startNodeID || _currentNode == DTM.NULL)
1200 int startID = _startNodeID;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 618 protected int _startNodeID;
646 node = _startNodeID = makeNodeIdentity(node);
684 if (_currentNode == _startNodeID || _currentNode == DTM.NULL)
730 final int startNodeID = _startNodeID;
765 final int startNodeID = _startNodeID;
    [all...]
  /prebuilts/tools/common/m2/repository/xalan/xalan/2.6.0/
xalan-2.6.0.jar 

Completed in 56 milliseconds