java.lang.Object | |
↳ | javax.xml.XMLConstants |
Defines several standard constants that are often used during XML processing.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
String | DEFAULT_NS_PREFIX | The default namespace prefix. | |||||||||
String | FEATURE_SECURE_PROCESSING | The SAX feature name for secure processing. | |||||||||
String | NULL_NS_URI | The namespace URI for the case that no namespace is being used at all. | |||||||||
String | RELAXNG_NS_URI | The official Relax-NG namespace URI. | |||||||||
String | W3C_XML_SCHEMA_INSTANCE_NS_URI | The official XSchema instance namespace URI, as defined by W3C. | |||||||||
String | W3C_XML_SCHEMA_NS_URI | The official XSchema namespace URI, as defined by W3C. | |||||||||
String | W3C_XPATH_DATATYPE_NS_URI | The official XPath datatype namespace URI, as defined by W3C. | |||||||||
String | XMLNS_ATTRIBUTE | The official XML namespace attribute, as defined by W3C. | |||||||||
String | XMLNS_ATTRIBUTE_NS_URI | The official XML namespace attribute URI, as defined by W3C. | |||||||||
String | XML_DTD_NS_URI | The official XML DTD namespace URI, as defined by W3C. | |||||||||
String | XML_NS_PREFIX | The official XML namespace prefix, as defined by W3C. | |||||||||
String | XML_NS_URI | The official XML namespace URI, as defined by W3C. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class java.lang.Object
|
The default namespace prefix. Defined to be the empty string.
The SAX feature name for secure processing. Turning on this feature might result in a parser rejecting XML documents that are considered "insecure" (having a potential for DOS attacks, for example). The Android XML parsing implementation currently ignores this feature.
The namespace URI for the case that no namespace is being used at all. Defined to be the empty string.
The official Relax-NG namespace URI.
The official XSchema instance namespace URI, as defined by W3C.
The official XSchema namespace URI, as defined by W3C.
The official XPath datatype namespace URI, as defined by W3C.
The official XML namespace attribute, as defined by W3C.
The official XML namespace attribute URI, as defined by W3C.
The official XML DTD namespace URI, as defined by W3C.
The official XML namespace prefix, as defined by W3C.
The official XML namespace URI, as defined by W3C.