Class XmlNamespace

    • Constructor Summary

      Constructors 
      Constructor Description
      XmlNamespace​(java.lang.String uri, java.lang.String prefix, java.lang.String schemaURI)
      Creates an XML namespace.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getNamespaceURI()
      Returns the namespace URI.
      java.lang.String getPrefix()
      Returns the namespace prefix.
      java.lang.String getSchemaURI()
      Returns the URI of the XML schema associated with the namespace.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XmlNamespace

        public XmlNamespace​(java.lang.String uri,
                            java.lang.String prefix,
                            java.lang.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 java.lang.String getNamespaceURI()
        Returns the namespace URI.
        Returns:
        the namespace URI
      • getPrefix

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

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