Package net.shibboleth.shared.xml
Class XMLConstants
java.lang.Object
net.shibboleth.shared.xml.XMLConstants
XML related constants.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringA string which contains the valid delimiters for the XML Schema 'list' type.static final QNameQName for the xml:base attribute.static final QNameQName for the xml:id attribute.static final QNameQName for the xml:lang attribute.static final StringXML core namespace.static final StringXML core prefix for xml attributes.static final QNameQName for the xml:space attribute.static final StringXML namespace for xmlns attributes.static final StringXML namespace prefix for xmlns attributes.static final StringXML Schema namespace.static final StringXML Schema QName prefix.static final QNameXML Schema instancexsi:nilattribute QName.static final QNameXML Schema instancexsi:noNamespaceSchemaLocationattribute QName.static final StringXML Schema Instance namespace.static final StringXML Schema Instance QName prefix.static final QNameXML Schema instancexsi:schemaLocationattribute QName.static final QNameXML Schema instancexsi:typeattribute QName. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
XML_NS
XML core namespace.- See Also:
-
XML_PREFIX
XML core prefix for xml attributes.- See Also:
-
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:
-
XMLNS_NS
XML namespace for xmlns attributes.- See Also:
-
XMLNS_PREFIX
XML namespace prefix for xmlns attributes.- See Also:
-
XSD_NS
XML Schema namespace.- See Also:
-
XSD_PREFIX
XML Schema QName prefix.- See Also:
-
XSI_NS
XML Schema Instance namespace.- See Also:
-
XSI_PREFIX
XML Schema Instance QName prefix.- See Also:
-
XSI_TYPE_ATTRIB_NAME
XML Schema instancexsi:typeattribute QName. -
XSI_SCHEMA_LOCATION_ATTRIB_NAME
XML Schema instancexsi:schemaLocationattribute QName. -
XSI_NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB_NAME
XML Schema instancexsi:noNamespaceSchemaLocationattribute QName. -
XSI_NIL_ATTRIB_NAME
XML Schema instancexsi:nilattribute QName.
-
-
Constructor Details
-
XMLConstants
private XMLConstants()Constructor.
-