Modifier and Type | Constant Field | Value |
---|---|---|
public static final java.lang.String |
DEFAULT_NS_PREFIX |
"" |
public static final java.lang.String |
FEATURE_SECURE_PROCESSING |
"http://javax.xml.XMLConstants/feature/secure-processing" |
public static final java.lang.String |
NULL_NS_URI |
"" |
public static final java.lang.String |
RELAXNG_NS_URI |
"http://relaxng.org/ns/structure/1.0" |
public static final java.lang.String |
W3C_XML_SCHEMA_INSTANCE_NS_URI |
"http://www.w3.org/2001/XMLSchema-instance" |
public static final java.lang.String |
W3C_XML_SCHEMA_NS_URI |
"http://www.w3.org/2001/XMLSchema" |
public static final java.lang.String |
W3C_XPATH_DATATYPE_NS_URI |
"http://www.w3.org/2003/11/xpath-datatypes" |
public static final java.lang.String |
XML_DTD_NS_URI |
"http://www.w3.org/TR/REC-xml" |
public static final java.lang.String |
XML_NS_PREFIX |
"xml" |
public static final java.lang.String |
XML_NS_URI |
"http://www.w3.org/XML/1998/namespace" |
public static final java.lang.String |
XMLNS_ATTRIBUTE |
"xmlns" |
public static final java.lang.String |
XMLNS_ATTRIBUTE_NS_URI |
"http://www.w3.org/2000/xmlns/" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
SAC_AND_CONDITION |
0 |
public static final short |
SAC_ATTRIBUTE_CONDITION |
4 |
public static final short |
SAC_BEGIN_HYPHEN_ATTRIBUTE_CONDITION |
8 |
public static final short |
SAC_CLASS_CONDITION |
9 |
public static final short |
SAC_CONTENT_CONDITION |
13 |
public static final short |
SAC_ID_CONDITION |
5 |
public static final short |
SAC_LANG_CONDITION |
6 |
public static final short |
SAC_NEGATIVE_CONDITION |
2 |
public static final short |
SAC_ONE_OF_ATTRIBUTE_CONDITION |
7 |
public static final short |
SAC_ONLY_CHILD_CONDITION |
11 |
public static final short |
SAC_ONLY_TYPE_CONDITION |
12 |
public static final short |
SAC_OR_CONDITION |
1 |
public static final short |
SAC_POSITIONAL_CONDITION |
3 |
public static final short |
SAC_PSEUDO_CLASS_CONDITION |
10 |
Modifier and Type | Constant Field | Value |
---|---|---|
protected static final java.lang.String |
S_SAC_NOT_SUPPORTED_ERR |
"not supported" |
protected static final java.lang.String |
S_SAC_SYNTAX_ERR |
"syntax error" |
protected static final java.lang.String |
S_SAC_UNSPECIFIED_ERR |
"unknown error" |
public static final short |
SAC_NOT_SUPPORTED_ERR |
1 |
public static final short |
SAC_SYNTAX_ERR |
2 |
public static final short |
SAC_UNSPECIFIED_ERR |
0 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
SAC_ATTR |
37 |
public static final short |
SAC_CENTIMETER |
19 |
public static final short |
SAC_COUNTER_FUNCTION |
25 |
public static final short |
SAC_COUNTERS_FUNCTION |
26 |
public static final short |
SAC_DEGREE |
28 |
public static final short |
SAC_DIMENSION |
42 |
public static final short |
SAC_EM |
15 |
public static final short |
SAC_EX |
16 |
public static final short |
SAC_FUNCTION |
41 |
public static final short |
SAC_GRADIAN |
29 |
public static final short |
SAC_HERTZ |
33 |
public static final short |
SAC_IDENT |
35 |
public static final short |
SAC_INCH |
18 |
public static final short |
SAC_INHERIT |
12 |
public static final short |
SAC_INTEGER |
13 |
public static final short |
SAC_KILOHERTZ |
34 |
public static final short |
SAC_MILLIMETER |
20 |
public static final short |
SAC_MILLISECOND |
31 |
public static final short |
SAC_OPERATOR_COMMA |
0 |
public static final short |
SAC_OPERATOR_EXP |
6 |
public static final short |
SAC_OPERATOR_GE |
10 |
public static final short |
SAC_OPERATOR_GT |
8 |
public static final short |
SAC_OPERATOR_LE |
9 |
public static final short |
SAC_OPERATOR_LT |
7 |
public static final short |
SAC_OPERATOR_MINUS |
2 |
public static final short |
SAC_OPERATOR_MOD |
5 |
public static final short |
SAC_OPERATOR_MULTIPLY |
3 |
public static final short |
SAC_OPERATOR_PLUS |
1 |
public static final short |
SAC_OPERATOR_SLASH |
4 |
public static final short |
SAC_OPERATOR_TILDE |
11 |
public static final short |
SAC_PERCENTAGE |
23 |
public static final short |
SAC_PICA |
22 |
public static final short |
SAC_PIXEL |
17 |
public static final short |
SAC_POINT |
21 |
public static final short |
SAC_RADIAN |
30 |
public static final short |
SAC_REAL |
14 |
public static final short |
SAC_RECT_FUNCTION |
38 |
public static final short |
SAC_RGBCOLOR |
27 |
public static final short |
SAC_SECOND |
32 |
public static final short |
SAC_STRING_VALUE |
36 |
public static final short |
SAC_SUB_EXPRESSION |
40 |
public static final short |
SAC_UNICODERANGE |
39 |
public static final short |
SAC_URI |
24 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
SAC_ANY_NODE_SELECTOR |
1 |
public static final short |
SAC_CDATA_SECTION_NODE_SELECTOR |
6 |
public static final short |
SAC_CHILD_SELECTOR |
11 |
public static final short |
SAC_COMMENT_NODE_SELECTOR |
8 |
public static final short |
SAC_CONDITIONAL_SELECTOR |
0 |
public static final short |
SAC_DESCENDANT_SELECTOR |
10 |
public static final short |
SAC_DIRECT_ADJACENT_SELECTOR |
12 |
public static final short |
SAC_ELEMENT_NODE_SELECTOR |
4 |
public static final short |
SAC_NEGATIVE_SELECTOR |
3 |
public static final short |
SAC_PROCESSING_INSTRUCTION_NODE_SELECTOR |
7 |
public static final short |
SAC_PSEUDO_ELEMENT_SELECTOR |
9 |
public static final short |
SAC_ROOT_NODE_SELECTOR |
2 |
public static final short |
SAC_TEXT_NODE_SELECTOR |
5 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
ANY_NODE |
201 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
SEVERITY_ERROR |
2 |
public static final short |
SEVERITY_FATAL_ERROR |
3 |
public static final short |
SEVERITY_WARNING |
1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final short |
DOMSTRING_SIZE_ERR |
2 |
public static final short |
HIERARCHY_REQUEST_ERR |
3 |
public static final short |
INDEX_SIZE_ERR |
1 |
public static final short |
INUSE_ATTRIBUTE_ERR |
10 |
public static final short |
INVALID_ACCESS_ERR |
15 |
public static final short |
INVALID_CHARACTER_ERR |
5 |
public static final short |
INVALID_MODIFICATION_ERR |
13 |
public static final short |
INVALID_STATE_ERR |
11 |
public static final short |
NAMESPACE_ERR |
14 |
public static final short |
NO_DATA_ALLOWED_ERR |
6 |
public static final short |
NO_MODIFICATION_ALLOWED_ERR |
7 |
public static final short |
NOT_FOUND_ERR |
8 |
public static final short |
NOT_SUPPORTED_ERR |
9 |
public static final short |
SYNTAX_ERR |
12 |
public static final short |
TYPE_MISMATCH_ERR |
17 |
public static final short |
VALIDATION_ERR |
16 |
public static final short |
WRONG_DOCUMENT_ERR |
4 |
Modifier and Type | Constant Field | Value |
---|---|---|
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_FRAGMENT_NODE |
11 |
public static final short |
DOCUMENT_NODE |
9 |
public static final short |
DOCUMENT_POSITION_CONTAINED_BY |
16 |
public static final short |
DOCUMENT_POSITION_CONTAINS |
8 |
public static final short |
DOCUMENT_POSITION_DISCONNECTED |
1 |
public static final short |
DOCUMENT_POSITION_FOLLOWING |
4 |
public static final short |
DOCUMENT_POSITION_IMPLEMENTATION_SPECIFIC |
32 |
public static final short |
DOCUMENT_POSITION_PRECEDING |
2 |
public static final short |
DOCUMENT_TYPE_NODE |
10 |
public static final short |
ELEMENT_NODE |
1 |
public static final short |
ENTITY_NODE |
6 |
public static final short |
ENTITY_REFERENCE_NODE |
5 |
public static final short |
NOTATION_NODE |
12 |
public static final short |
PROCESSING_INSTRUCTION_NODE |
7 |
public static final short |
TEXT_NODE |
3 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
DERIVATION_EXTENSION |
2 |
public static final int |
DERIVATION_LIST |
8 |
public static final int |
DERIVATION_RESTRICTION |
1 |
public static final int |
DERIVATION_UNION |
4 |
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 |