OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_startNodeID
(Results
1 - 2
of
2
) 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
...]
Completed in 16 milliseconds