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

/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/
H A DDTMDefaultBaseIterators.java247 // %REVIEW% We could opt to share _nodeType and setNodeType() as
346 private int _nodeType = -1; field in class:DTMDefaultBaseIterators.ParentIterator
385 _nodeType = type;
400 if (_nodeType >= DTM.NTYPES) {
401 if (_nodeType != getExpandedTypeID(_currentNode)) {
404 } else if (_nodeType != NULL) {
405 if (_nodeType != getNodeType(_currentNode)) {
426 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedChildrenIterator
436 _nodeType = nodeType;
475 int nodeType = _nodeType;
645 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedNamespaceIterator
747 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedRootIterator
912 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedFollowingSiblingIterator
1023 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedAttributeIterator
1176 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedPrecedingSiblingIterator
1407 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedPrecedingIterator
1547 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedFollowingIterator
1740 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedAncestorIterator
1926 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedDescendantIterator
2152 private final int _nodeType; field in class:DTMDefaultBaseIterators.TypedSingletonIterator
[all...]
/dalvik/libcore/xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
H A DSAX2DTM2.java130 private int _nodeType = DTM.NULL; field in class:SAX2DTM2.ParentIterator
173 _nodeType = type;
191 if (_nodeType == NULL) {
195 else if (_nodeType >= DTM.NTYPES) {
196 if (_nodeType == _exptype2(result)) {
202 if (_nodeType == _type2(result)) {
222 private final int _nodeType; field in class:SAX2DTM2.TypedChildrenIterator
232 _nodeType = nodeType;
272 final int nodeType = _nodeType;
316 final int nodeType = _nodeType;
352 private final int _nodeType; field in class:SAX2DTM2.TypedRootIterator
453 private final int _nodeType; field in class:SAX2DTM2.TypedFollowingSiblingIterator
554 private final int _nodeType; field in class:SAX2DTM2.TypedAttributeIterator
707 private final int _nodeType; field in class:SAX2DTM2.TypedPrecedingSiblingIterator
963 private final int _nodeType; field in class:SAX2DTM2.TypedPrecedingIterator
1148 private final int _nodeType; field in class:SAX2DTM2.TypedFollowingIterator
1393 private final int _nodeType; field in class:SAX2DTM2.TypedAncestorIterator
1640 private final int _nodeType; field in class:SAX2DTM2.TypedDescendantIterator
1729 private final int _nodeType; field in class:SAX2DTM2.TypedSingletonIterator
[all...]

Completed in 72 milliseconds