Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
NAMESPACE_NODE |
13 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
ANY_NODE |
0 |
public static final short |
ATTRIBUTE_NODE |
2 |
public static final short |
CDATA_SECTION_NODE |
4 |
public static final short |
COMMENT_NODE |
8 |
public static final short |
DOCUMENT_NODE |
9 |
public static final short |
DOCUMENT_TYPE_NODE |
10 |
public static final short |
ELEMENT_NODE |
1 |
public static final short |
ENTITY_REFERENCE_NODE |
5 |
public static final short |
MAX_NODE_TYPE |
14 |
public static final short |
NAMESPACE_NODE |
13 |
public static final short |
NO_NODE |
14 |
public static final short |
PROCESSING_INSTRUCTION_NODE |
7 |
public static final short |
TEXT_NODE |
3 |
public static final short |
UNKNOWN_NODE |
14 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ANCESTOR |
4 |
public static final int |
ANCESTOR_OR_SELF |
13 |
public static final int |
ATTRIBUTE |
9 |
public static final int |
CHILD |
1 |
public static final int |
DESCENDANT |
2 |
public static final int |
DESCENDANT_OR_SELF |
12 |
public static final int |
FOLLOWING |
7 |
public static final int |
FOLLOWING_SIBLING |
5 |
public static final int |
INVALID_AXIS |
0 |
public static final int |
NAMESPACE |
10 |
public static final int |
PARENT |
3 |
public static final int |
PRECEDING |
8 |
public static final int |
PRECEDING_SIBLING |
6 |
public static final int |
SELF |
11 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ADD |
7 |
public static final int |
DIV |
11 |
public static final int |
EQUALS |
1 |
public static final int |
GREATER_THAN |
5 |
public static final int |
GREATER_THAN_EQUALS |
6 |
public static final int |
LESS_THAN |
3 |
public static final int |
LESS_THAN_EQUALS |
4 |
public static final int |
MOD |
10 |
public static final int |
MULTIPLY |
9 |
public static final int |
NEGATIVE |
12 |
public static final int |
NO_OP |
0 |
public static final int |
NOT_EQUALS |
2 |
public static final int |
SUBTRACT |
8 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
NODE_ADOPTED |
5 |
public static final short |
NODE_CLONED |
1 |
public static final short |
NODE_DELETED |
3 |
public static final short |
NODE_IMPORTED |
2 |
public static final short |
NODE_RENAMED |
4 |
Copyright © 2001–2015 Codehaus. All rights reserved.