Class XMLConstants


  • public final class XMLConstants
    extends Object
    XML related constants.
    • Field Detail

      • XML_BASE_ATTRIB_NAME

        public static final QName XML_BASE_ATTRIB_NAME
        QName for the xml:base attribute.
      • XML_ID_ATTRIB_NAME

        public static final QName XML_ID_ATTRIB_NAME
        QName for the xml:id attribute.
      • XML_LANG_ATTRIB_NAME

        public static final QName XML_LANG_ATTRIB_NAME
        QName for the xml:lang attribute.
      • XML_SPACE_ATTRIB_NAME

        public static final QName XML_SPACE_ATTRIB_NAME
        QName for the xml:space attribute.
      • LIST_DELIMITERS

        public static final String 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
      • XSI_TYPE_ATTRIB_NAME

        public static final QName XSI_TYPE_ATTRIB_NAME
        XML Schema instance xsi:type attribute QName.
      • XSI_SCHEMA_LOCATION_ATTRIB_NAME

        public static final QName XSI_SCHEMA_LOCATION_ATTRIB_NAME
        XML Schema instance xsi:schemaLocation attribute QName.
      • XSI_NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB_NAME

        public static final QName XSI_NO_NAMESPACE_SCHEMA_LOCATION_ATTRIB_NAME
        XML Schema instance xsi:noNamespaceSchemaLocation attribute QName.
      • XSI_NIL_ATTRIB_NAME

        public static final QName XSI_NIL_ATTRIB_NAME
        XML Schema instance xsi:nil attribute QName.
    • Constructor Detail

      • XMLConstants

        private XMLConstants()
        Constructor.