HomeSort by relevance Sort by last modified time
    Searched full:_nodetype (Results 1 - 2 of 2) sorted by null

  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/
DTMDefaultBaseIterators.java 247 // %REVIEW% We could opt to share _nodeType and setNodeType() as
346 private int _nodeType = -1;
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;
436 _nodeType = nodeType;
475 int nodeType = _nodeType;
    [all...]
  /external/apache-xml/src/main/java/org/apache/xml/dtm/ref/sax2dtm/
SAX2DTM2.java 130 private int _nodeType = DTM.NULL;
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;
232 _nodeType = nodeType;
272 final int nodeType = _nodeType;
316 final int nodeType = _nodeType;
    [all...]

Completed in 77 milliseconds