Class XML


  • public final class XML
    extends XSD
    This interface contains the qualified names of all the types,elements, and attributes in the http://www.w3.org/XML/1998/namespace schema.
    • Field Detail

      • base

        public static final QName base
      • id

        public static final QName id
      • lang

        public static final QName lang
      • space

        public static final QName space
    • Method Detail

      • getInstance

        public static final XML getInstance()
        Returns the singleton instance.
      • getNamespaceURI

        public String getNamespaceURI()
        Returns 'http://www.w3.org/XML/1998/namespace'.
        Specified by:
        getNamespaceURI in class XSD
      • getSchemaLocation

        public String getSchemaLocation()
        Returns the location of 'xml.xsd.'.
        Specified by:
        getSchemaLocation in class XSD