Searched refs:_startNode (Results 1 - 3 of 3) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMAxisIteratorBase.java52 protected int _startNode = DTMAxisIterator.END; field in class:DTMAxisIteratorBase
73 return _startNode;
87 setStartNode(_startNode);
H A DDTMDefaultBaseIterators.java309 _startNode = node;
363 _startNode = node;
454 _startNode = node;
457 : _firstch(makeNodeIdentity(_startNode));
545 _startNode = node;
563 ? _firstch(makeNodeIdentity(_startNode))
611 _startNode = node;
631 _currentNode = getNextNamespaceNode(_startNode, node, true);
670 node = getNextNamespaceNode(_startNode, node, true)) {
714 _startNode
[all...]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java93 _startNode = node;
147 _startNode = node;
250 _startNode = node;
253 : _firstch2(makeNodeIdentity(_startNode));
372 if(_startNode == _currentNode)
375 final int node = _startNode;
423 _startNode = node;
519 _startNode = node;
581 _startNode = node;
616 * The node identity of _startNode fo
[all...]

Completed in 78 milliseconds