Searched refs:_startNodeID (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/
H A DDTMDefaultBaseIterators.java1090 protected int _startNodeID; field in class:DTMDefaultBaseIterators.PrecedingSiblingIterator
1118 node = _startNodeID = makeNodeIdentity(node);
1156 if (_currentNode == _startNodeID || _currentNode == DTM.NULL)
1203 int startID = _startNodeID;
1225 if (node == DTM.NULL || node == _startNodeID) {
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java620 protected int _startNodeID; field in class:SAX2DTM2.PrecedingSiblingIterator
648 node = _startNodeID = makeNodeIdentity(node);
686 if (_currentNode == _startNodeID || _currentNode == DTM.NULL)
732 final int startNodeID = _startNodeID;
767 final int startNodeID = _startNodeID;

Completed in 30 milliseconds