Class XmlNamespace

    • Constructor Detail

      • XmlNamespace

        public XmlNamespace​(String uri,
                            String prefix,
                            String schemaURI)
        Creates an XML namespace.
        Parameters:
        uri - the namespace URI
        prefix - the namespace prefix
        schemaURI - the URI of the XML schema associated with the namespace
    • Method Detail

      • getNamespaceURI

        public String getNamespaceURI()
        Returns the namespace URI.
        Returns:
        the namespace URI
      • getPrefix

        public String getPrefix()
        Returns the namespace prefix.
        Returns:
        the namespace prefix
      • getSchemaURI

        public String getSchemaURI()
        Returns the URI of the XML schema associated with the namespace.
        Returns:
        the namespace XML schema URI