Searched refs:_nodeType (Results 1 – 2 of 2) sorted by relevance
346 private int _nodeType = -1; field in DTMDefaultBaseIterators.ParentIterator385 _nodeType = type; in setNodeType()400 if (_nodeType >= DTM.NTYPES) { in next()401 if (_nodeType != getExpandedTypeID(_currentNode)) { in next()404 } else if (_nodeType != NULL) { in next()405 if (_nodeType != getNodeType(_currentNode)) { in next()426 private final int _nodeType; field in DTMDefaultBaseIterators.TypedChildrenIterator436 _nodeType = nodeType; in TypedChildrenIterator()475 int nodeType = _nodeType; in next()645 private final int _nodeType; field in DTMDefaultBaseIterators.TypedNamespaceIterator[all …]
130 private int _nodeType = DTM.NULL; field in SAX2DTM2.ParentIterator173 _nodeType = type; in setNodeType()191 if (_nodeType == NULL) { in next()195 else if (_nodeType >= DTM.NTYPES) { in next()196 if (_nodeType == _exptype2(result)) { in next()202 if (_nodeType == _type2(result)) { in next()222 private final int _nodeType; field in SAX2DTM2.TypedChildrenIterator232 _nodeType = nodeType; in TypedChildrenIterator()272 final int nodeType = _nodeType; in next()316 final int nodeType = _nodeType; in getNodeByPosition()[all …]