Class XMLConstants
java.lang.Object
net.shibboleth.utilities.java.support.xml.XMLConstants
public final class XMLConstants extends Object
XML related constants.
-
Field Summary
Fields Modifier and Type Field Description static String
LIST_DELIMITERS
A string which contains the valid delimiters for the XML Schema 'list' type.static QName
XML_BASE_ATTRIB_NAME
QName for the xml:base attribute.static QName
XML_ID_ATTRIB_NAME
QName for the xml:id attribute.static QName
XML_LANG_ATTRIB_NAME
QName for the xml:lang attribute.static String
XML_NS
XML core namespace.static String
XML_PREFIX
XML core prefix for xml attributes.static QName
XML_SPACE_ATTRIB_NAME
QName for the xml:space attribute.static String
XMLNS_NS
XML namespace for xmlns attributes.static String
XMLNS_PREFIX
XML namespace prefix for xmlns attributes.static String
XSD_NS
XML Schema namespace.static String
XSD_PREFIX
XML Schema QName prefix.static QName
XSI_NIL_ATTRIB_NAME
XML Schema instancexsi:nil
attribute QName.static QName
XSI_NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB_NAME
XML Schema instancexsi:noNamespaceSchemaLocation
attribute QName.static String
XSI_NS
XML Schema Instance namespace.static String
XSI_PREFIX
XML Schema Instance QName prefix.static QName
XSI_SCHEMA_LOCATION_ATTRIB_NAME
XML Schema instancexsi:schemaLocation
attribute QName.static QName
XSI_TYPE_ATTRIB_NAME
XML Schema instancexsi:type
attribute QName. -
Constructor Summary
Constructors Modifier Constructor Description private
XMLConstants()
Constructor. -
Method Summary
-
Field Details
-
XML_NS
XML core namespace.- See Also:
- Constant Field Values
-
XML_PREFIX
XML core prefix for xml attributes.- See Also:
- Constant Field Values
-
XML_BASE_ATTRIB_NAME
QName for the xml:base attribute. -
XML_ID_ATTRIB_NAME
QName for the xml:id attribute. -
XML_LANG_ATTRIB_NAME
QName for the xml:lang attribute. -
XML_SPACE_ATTRIB_NAME
QName for the xml:space attribute. -
LIST_DELIMITERS
A string which contains the valid delimiters for the XML Schema 'list' type. These are: space, newline, carriage return, and tab.- See Also:
- Constant Field Values
-
XMLNS_NS
XML namespace for xmlns attributes.- See Also:
- Constant Field Values
-
XMLNS_PREFIX
XML namespace prefix for xmlns attributes.- See Also:
- Constant Field Values
-
XSD_NS
XML Schema namespace.- See Also:
- Constant Field Values
-
XSD_PREFIX
XML Schema QName prefix.- See Also:
- Constant Field Values
-
XSI_NS
XML Schema Instance namespace.- See Also:
- Constant Field Values
-
XSI_PREFIX
XML Schema Instance QName prefix.- See Also:
- Constant Field Values
-
XSI_TYPE_ATTRIB_NAME
XML Schema instancexsi:type
attribute QName. -
XSI_SCHEMA_LOCATION_ATTRIB_NAME
XML Schema instancexsi:schemaLocation
attribute QName. -
XSI_NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB_NAME
XML Schema instancexsi:noNamespaceSchemaLocation
attribute QName. -
XSI_NIL_ATTRIB_NAME
XML Schema instancexsi:nil
attribute QName.
-
-
Constructor Details
-
XMLConstants
private XMLConstants()Constructor.
-