Home | History | Annotate | Download | only in sax2dtm

Lines Matching refs:startNode

1569       final int startNode = _startNode;
1570 if (startNode == NULL) {
1574 if (_includeSelf && (_currentNode + 1) == startNode)
1580 // %OPT% If the startNode is the root node, do not need
1582 if (startNode == ROOTNODE) {
1660 final int startNode = _startNode;
1677 if (NULL == expType || _parent2(node) < startNode && startNode != node) {
1687 else if (startNode == DTMDefaultBase.ROOTNODE)
1708 if (NULL == expType || _parent2(node) < startNode && startNode != node) {
2783 int startNode = identity;
2818 } while (_parent2(identity) >= startNode);
2896 int startNode = identity;
2931 } while (_parent2(identity) >= startNode);
3027 int startNode = identity;
3063 } while (_parent2(identity) >= startNode);