java.lang.Object
javax.xml.XMLConstants
Utility class to contain basic XML values as constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringProperty: accessExternalDTDstatic final StringProperty: accessExternalSchemastatic final StringProperty: accessExternalStylesheetstatic final StringPrefix to use to represent the default XML Namespace.static final StringFeature for secure processing.static final StringNamespace URI to use to represent that there is no Namespace.static final StringRELAX NG Namespace URI.static final StringFeature: useCatalogstatic final StringW3C XML Schema Instance Namespace URI.static final StringW3C XML Schema Namespace URI.static final StringW3C XPath Datatype Namespace URI.static final StringXML Document Type Declaration Namespace URI as an arbitrary value.static final StringThe official XML Namespace prefix.static final StringThe official XML Namespace name URI.static final StringThe official XML attribute used for specifying XML Namespace declarations.static final StringThe official XML attribute used for specifying XML Namespace declarations,XMLConstants.XMLNS_ATTRIBUTE, Namespace name URI. -
Method Summary
-
Field Details
-
NULL_NS_URI
Namespace URI to use to represent that there is no Namespace.Defined by the Namespace specification to be "".
-
DEFAULT_NS_PREFIX
Prefix to use to represent the default XML Namespace.Defined by the XML specification to be "".
-
XML_NS_URI
The official XML Namespace name URI.Defined by the XML specification to be "
http://www.w3.org/XML/1998/namespace". -
XML_NS_PREFIX
The official XML Namespace prefix.Defined by the XML specification to be "
xml". -
XMLNS_ATTRIBUTE_NS_URI
The official XML attribute used for specifying XML Namespace declarations,XMLConstants.XMLNS_ATTRIBUTE, Namespace name URI.Defined by the XML specification to be "
http://www.w3.org/2000/xmlns/". -
XMLNS_ATTRIBUTE
The official XML attribute used for specifying XML Namespace declarations.It is NOT valid to use as a prefix. Defined by the XML specification to be "
xmlns". -
W3C_XML_SCHEMA_NS_URI
W3C XML Schema Namespace URI.Defined to be "
http://www.w3.org/2001/XMLSchema". -
W3C_XML_SCHEMA_INSTANCE_NS_URI
W3C XML Schema Instance Namespace URI.Defined to be "
http://www.w3.org/2001/XMLSchema-instance".
-