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

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMAxisIteratorBase.java 52 protected int _startNode = DTMAxisIterator.END;
73 return _startNode;
87 setStartNode(_startNode);
DTMDefaultBaseIterators.java 309 _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 = getDocumentRoot(node)
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 93 _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 for this iterato
    [all...]

Completed in 393 milliseconds