Home
last modified time | relevance | path

Searched refs:_nodeType (Results 1 – 2 of 2) sorted by relevance

/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DDTMDefaultBaseIterators.java346 private int _nodeType = -1; field in DTMDefaultBaseIterators.ParentIterator
385 _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.TypedChildrenIterator
436 _nodeType = nodeType; in TypedChildrenIterator()
475 int nodeType = _nodeType; in next()
645 private final int _nodeType; field in DTMDefaultBaseIterators.TypedNamespaceIterator
[all …]
/external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
DSAX2DTM2.java130 private int _nodeType = DTM.NULL; field in SAX2DTM2.ParentIterator
173 _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.TypedChildrenIterator
232 _nodeType = nodeType; in TypedChildrenIterator()
272 final int nodeType = _nodeType; in next()
316 final int nodeType = _nodeType; in getNodeByPosition()
[all …]