Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NANOXML_MAJOR_VERSION |
2 |
public static final int |
NANOXML_MINOR_VERSION |
2 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NO_LINE |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NO_LINE |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
NO_LINE |
-1 |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final String |
CLASS_KEY |
"net.n3.nanoxml.XMLParser" |
public static final String |
DEFAULT_CLASS |
"net.n3.nanoxml.StdXMLParser" |
Modifier and Type | Constant Field | Value |
---|---|---|
public static final int |
ATTRIBUTE_WITH_INVALID_VALUE |
5 |
public static final int |
MISC_ERROR |
0 |
public static final int |
MISSING_ATTRIBUTE |
3 |
public static final int |
MISSING_ELEMENT |
1 |
public static final int |
MISSING_PCDATA |
6 |
public static final int |
UNEXPECTED_ATTRIBUTE |
4 |
public static final int |
UNEXPECTED_ELEMENT |
2 |
public static final int |
UNEXPECTED_PCDATA |
7 |