OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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/webkit/Source/WebCore/inspector/front-end/
DOMAgent.js
36
this.
_nodeType
= payload.nodeType;
62
if (this.
_nodeType
=== Node.ELEMENT_NODE) {
70
} else if (this.
_nodeType
=== Node.DOCUMENT_TYPE_NODE) {
74
} else if (this.
_nodeType
=== Node.DOCUMENT_NODE) {
76
} else if (this.
_nodeType
=== Node.ATTRIBUTE_NODE) {
95
return this.
_nodeType
;
Completed in 4017 milliseconds