javax.xml

Class XMLConstants

public final class XMLConstants extends Object

Repository for well-known XML constants.

Since: 1.5

Field Summary
static StringDEFAULT_NS_PREFIX
Dummy namespace prefix indicating that there is no namespace.
static StringFEATURE_SECURE_PROCESSING
DOM feature for secure processing.
static StringNULL_NS_URI
Dummy namespace URI indicating that there is no namespace.
static StringRELAXNG_NS_URI
The RELAX NG Namespace URI.
static StringW3C_XML_SCHEMA_INSTANCE_NS_URI
The XML Schema Instance (XSI) namespace URI.
static StringW3C_XML_SCHEMA_NS_URI
The XML Schema (XSD) namespace URI.
static StringW3C_XPATH_DATATYPE_NS_URI
The XPath 2.0 datatypes namespace URI.
static StringXMLNS_ATTRIBUTE
The XML Namespace declaration attribute.
static StringXMLNS_ATTRIBUTE_NS_URI
The XML Namespace declaration URI.
static StringXML_DTD_NS_URI
The XML DTD namespace URI.
static StringXML_NS_PREFIX
The XML Namespace prefix.
static StringXML_NS_URI
The XML Namespace URI.

Field Detail

DEFAULT_NS_PREFIX

public static final String DEFAULT_NS_PREFIX
Dummy namespace prefix indicating that there is no namespace.

See Also: http://www.w3.org/TR/REC-xml-names/#ns-qualnames

FEATURE_SECURE_PROCESSING

public static final String FEATURE_SECURE_PROCESSING
DOM feature for secure processing.

NULL_NS_URI

public static final String NULL_NS_URI
Dummy namespace URI indicating that there is no namespace.

See Also: http://www.w3.org/TR/REC-xml-names/#defaulting

RELAXNG_NS_URI

public static final String RELAXNG_NS_URI
The RELAX NG Namespace URI.

See Also: http://relaxng.org/spec-20011203.html

W3C_XML_SCHEMA_INSTANCE_NS_URI

public static final String W3C_XML_SCHEMA_INSTANCE_NS_URI
The XML Schema Instance (XSI) namespace URI.

See Also: http://www.w3.org/TR/xmlschema-1/#Instance_Document_Constructions

W3C_XML_SCHEMA_NS_URI

public static final String W3C_XML_SCHEMA_NS_URI
The XML Schema (XSD) namespace URI.

See Also: http://www.w3.org/TR/xmlschema-1/#Instance_Document_Constructions

W3C_XPATH_DATATYPE_NS_URI

public static final String W3C_XPATH_DATATYPE_NS_URI
The XPath 2.0 datatypes namespace URI.

See Also: http://www.w3.org/TR/xpath-datamodel

XMLNS_ATTRIBUTE

public static final String XMLNS_ATTRIBUTE
The XML Namespace declaration attribute.

See Also: http://www.w3.org/TR/REC-xml-names/#ns-qualnames

XMLNS_ATTRIBUTE_NS_URI

public static final String XMLNS_ATTRIBUTE_NS_URI
The XML Namespace declaration URI.

See Also: http://www.w3.org/TR/REC-xml-names/#ns-qualnames

XML_DTD_NS_URI

public static final String XML_DTD_NS_URI
The XML DTD namespace URI.

XML_NS_PREFIX

public static final String XML_NS_PREFIX
The XML Namespace prefix.

See Also: http://www.w3.org/TR/REC-xml-names/#ns-qualnames

XML_NS_URI

public static final String XML_NS_URI
The XML Namespace URI.

See Also: http://www.w3.org/TR/REC-xml-names/#ns-qualnames