HomeSort by relevance Sort by last modified time
    Searched full:_nodetype (Results 1 - 3 of 3) 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...]
  /external/chromium_org/third_party/WebKit/Source/devtools/front_end/
DOMAgent.js 46 this._nodeType = payload.nodeType;
97 if (this._nodeType === Node.ELEMENT_NODE) {
103 } else if (this._nodeType === Node.DOCUMENT_TYPE_NODE) {
107 } else if (this._nodeType === Node.ATTRIBUTE_NODE) {
177 return this._nodeType;
    [all...]

Completed in 207 milliseconds