| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
FEATURE_NAMES_INTERNED |
"http://xmlpull.org/v1/doc/features.html#names-interned" |
protected static final String |
FEATURE_XML_ROUNDTRIP |
"http://xmlpull.org/v1/doc/features.html#xml-roundtrip" |
protected static final int |
LOOKUP_MAX |
1024 |
protected static final char |
LOOKUP_MAX_CHAR |
1024 |
protected static final String |
PROPERTY_LOCATION |
"http://xmlpull.org/v1/doc/properties.html#location" |
protected static final String |
PROPERTY_XMLDECL_CONTENT |
"http://xmlpull.org/v1/doc/properties.html#xmldecl-content" |
protected static final String |
PROPERTY_XMLDECL_STANDALONE |
"http://xmlpull.org/v1/doc/properties.html#xmldecl-standalone" |
protected static final String |
PROPERTY_XMLDECL_VERSION |
"http://xmlpull.org/v1/doc/properties.html#xmldecl-version" |
protected static final int |
READ_CHUNK_SIZE |
8192 |
protected static final String |
XML_URI |
"http://www.w3.org/XML/1998/namespace" |
protected static final String |
XMLNS_URI |
"http://www.w3.org/2000/xmlns/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final int |
CACHE_LOAD |
77 |
protected static final boolean |
CACHE_STATISTICS |
false |
protected static final int |
INITIAL_CAPACITY |
13 |
protected static final boolean |
TRACE_SIZING |
false |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected final String |
FEATURE_NAMES_INTERNED |
"http://xmlpull.org/v1/doc/features.html#names-interned" |
protected final String |
FEATURE_SERIALIZER_ATTVALUE_USE_APOSTROPHE |
"http://xmlpull.org/v1/doc/features.html#serializer-attvalue-use-apostrophe" |
protected static final String |
PROPERTY_LOCATION |
"http://xmlpull.org/v1/doc/properties.html#location" |
protected final String |
PROPERTY_SERIALIZER_INDENTATION |
"http://xmlpull.org/v1/doc/properties.html#serializer-indentation" |
protected final String |
PROPERTY_SERIALIZER_LINE_SEPARATOR |
"http://xmlpull.org/v1/doc/properties.html#serializer-line-separator" |
protected static final String |
XML_URI |
"http://www.w3.org/XML/1998/namespace" |
protected static final String |
XMLNS_URI |
"http://www.w3.org/2000/xmlns/" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final int |
CDSECT |
5 |
public static final int |
COMMENT |
9 |
public static final int |
DOCDECL |
10 |
public static final int |
END_DOCUMENT |
1 |
public static final int |
END_TAG |
3 |
public static final int |
ENTITY_REF |
6 |
public static final String |
FEATURE_PROCESS_DOCDECL |
"http://xmlpull.org/v1/doc/features.html#process-docdecl" |
public static final String |
FEATURE_PROCESS_NAMESPACES |
"http://xmlpull.org/v1/doc/features.html#process-namespaces" |
public static final String |
FEATURE_REPORT_NAMESPACE_ATTRIBUTES |
"http://xmlpull.org/v1/doc/features.html#report-namespace-prefixes" |
public static final String |
FEATURE_VALIDATION |
"http://xmlpull.org/v1/doc/features.html#validation" |
public static final int |
IGNORABLE_WHITESPACE |
7 |
public static final String |
NO_NAMESPACE |
"" |
public static final int |
PROCESSING_INSTRUCTION |
8 |
public static final int |
START_DOCUMENT |
0 |
public static final int |
START_TAG |
2 |
public static final int |
TEXT |
4 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
PROPERTY_NAME |
"org.xmlpull.v1.XmlPullParserFactory" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NO_NAMESPACE |
"" |
| 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 int |
AND |
28 |
public static final int |
AT |
16 |
public static final int |
COLON |
18 |
public static final int |
COMMA |
32 |
public static final int |
DIV |
24 |
public static final int |
DOLLAR |
26 |
public static final int |
DOT |
13 |
public static final int |
DOT_DOT |
14 |
public static final int |
DOUBLE |
31 |
public static final int |
DOUBLE_COLON |
19 |
public static final int |
DOUBLE_SLASH |
12 |
public static final int |
EOF |
-1 |
public static final int |
EQUALS |
21 |
public static final int |
GREATER_THAN |
9 |
public static final int |
GREATER_THAN_EQUALS |
10 |
public static final int |
IDENTIFIER |
15 |
public static final int |
INTEGER |
30 |
public static final int |
LEFT_BRACKET |
3 |
public static final int |
LEFT_PAREN |
1 |
public static final int |
LESS_THAN |
7 |
public static final int |
LESS_THAN_EQUALS |
8 |
public static final int |
LITERAL |
27 |
public static final int |
MINUS |
6 |
public static final int |
MOD |
25 |
public static final int |
NOT |
23 |
public static final int |
NOT_EQUALS |
22 |
public static final int |
OR |
29 |
public static final int |
PIPE |
17 |
public static final int |
PLUS |
5 |
public static final int |
RIGHT_BRACKET |
4 |
public static final int |
RIGHT_PAREN |
2 |
public static final int |
SKIP |
-2 |
public static final int |
SLASH |
11 |
public static final int |
STAR |
20 |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
DEFAULT_DRIVER |
"org.xmlpull.v1.builder.xpath.saxpath.com.werken.saxpath.XPathReader" |
public static final String |
DRIVER_PROPERTY |
"org.saxpath.driver" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
MESSAGE |
"The best deal is proposed by {0}. A(n) {1} delivered in {2,number,integer} days for {3,number,currency}" |
protected static final String |
NAMESPACE_URI |
"http://www.psol.com/xbe2/listing8.3" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SAMPLE_XML |
"<?xml version=\"1.0\"?>\n\n<poem xmlns=\"http://www.megginson.com/ns/exp/poetry\">\n<title>Roses are Red</title>\n<l>Roses are red,</l>\n<l>Violets are blue;</l>\n<l>Sugar is sweet,</l>\n<l>And I love you.</l>\n</poem>" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
FEATURE_XML_ROUNDTRIP |
"http://xmlpull.org/v1/doc/features.html#xml-roundtrip" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
SAMPLE_XML |
"<?xml version=\"1.0\"?>\n\n<poem xmlns=\"http://www.megginson.com/ns/exp/poetry\">\n<title>Roses are Red</title>\n<l>Roses are red,</l>\n<l>Violets are blue;</l>\n<l>Sugar is sweet,</l>\n<l>And I love you.</l>\n</poem>" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
protected static final String |
APACHE_DYNAMIC_VALIDATION_FEATURE |
"http://apache.org/xml/features/validation/dynamic" |
protected static final String |
APACHE_SCHEMA_VALIDATION_FEATURE |
"http://apache.org/xml/features/validation/schema" |
protected static final String |
DECLARATION_HANDLER_PROPERTY |
"http://xml.org/sax/properties/declaration-handler" |
protected static final String |
LEXICAL_HANDLER_PROPERTY |
"http://xml.org/sax/properties/lexical-handler" |
protected static final String |
NAMESPACE_PREFIXES_FEATURE |
"http://xml.org/sax/features/namespace-prefixes" |
protected static final String |
NAMESPACES_FEATURE |
"http://xml.org/sax/features/namespaces" |
protected static final String |
VALIDATION_FEATURE |
"http://xml.org/sax/features/validation" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
XSI_NS |
"http://www.w3.org/2001/XMLSchema-instance" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
XSD_NS |
"http://www.w3.org/2001/XMLSchema" |
public static final String |
XSI_NS |
"http://www.w3.org/2001/XMLSchema-instance" |
| Modifier and Type | Constant Field | Value |
|---|---|---|
public static final String |
NO_NAMESPACE |
"" |
public static final String |
XSD_NS |
"http://www.w3.org/2001/XMLSchema" |
public static final String |
XSI_NS |
"http://www.w3.org/2001/XMLSchema-instance" |
Copyright © 2013. All Rights Reserved.