public final class XMLConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DEFAULT_NS_PREFIX
Dummy namespace prefix indicating that there is no namespace.
|
static String |
FEATURE_SECURE_PROCESSING
DOM feature for secure processing.
|
static String |
NULL_NS_URI
Dummy namespace URI indicating that there is no namespace.
|
static String |
RELAXNG_NS_URI
The RELAX NG Namespace URI.
|
static String |
W3C_XML_SCHEMA_INSTANCE_NS_URI
The XML Schema Instance (XSI) namespace URI.
|
static String |
W3C_XML_SCHEMA_NS_URI
The XML Schema (XSD) namespace URI.
|
static String |
W3C_XPATH_DATATYPE_NS_URI
The XPath 2.0 datatypes namespace URI.
|
static String |
XML_DTD_NS_URI
The XML DTD namespace URI.
|
static String |
XML_NS_PREFIX
The XML Namespace prefix.
|
static String |
XML_NS_URI
The XML Namespace URI.
|
static String |
XMLNS_ATTRIBUTE
The XML Namespace declaration attribute.
|
static String |
XMLNS_ATTRIBUTE_NS_URI
The XML Namespace declaration URI.
|
public static final String NULL_NS_URI
http://www.w3.org/TR/REC-xml-names/#defaulting
,
Constant Field Valuespublic static final String DEFAULT_NS_PREFIX
http://www.w3.org/TR/REC-xml-names/#ns-qualnames
,
Constant Field Valuespublic static final String XML_NS_URI
http://www.w3.org/TR/REC-xml-names/#ns-qualnames
,
Constant Field Valuespublic static final String XML_NS_PREFIX
http://www.w3.org/TR/REC-xml-names/#ns-qualnames
,
Constant Field Valuespublic static final String XMLNS_ATTRIBUTE_NS_URI
http://www.w3.org/TR/REC-xml-names/#ns-qualnames
,
Constant Field Valuespublic static final String XMLNS_ATTRIBUTE
http://www.w3.org/TR/REC-xml-names/#ns-qualnames
,
Constant Field Valuespublic static final String W3C_XML_SCHEMA_NS_URI
http://www.w3.org/TR/xmlschema-1/#Instance_Document_Constructions
,
Constant Field Valuespublic static final String W3C_XML_SCHEMA_INSTANCE_NS_URI
http://www.w3.org/TR/xmlschema-1/#Instance_Document_Constructions
,
Constant Field Valuespublic static final String W3C_XPATH_DATATYPE_NS_URI
http://www.w3.org/TR/xpath-datamodel
,
Constant Field Valuespublic static final String XML_DTD_NS_URI
public static final String RELAXNG_NS_URI
http://relaxng.org/spec-20011203.html
,
Constant Field Valuespublic static final String FEATURE_SECURE_PROCESSING