Class OMNamespaceImpl

  • All Implemented Interfaces:
    org.apache.axiom.om.OMNamespace

    public class OMNamespaceImpl
    extends Object
    implements org.apache.axiom.om.OMNamespace
    Deprecated.
    OMNamespace instances should always be created using OMFactory.createOMNamespace(String, String). This class will be removed in Axiom 1.3.
    • Constructor Detail

      • OMNamespaceImpl

        public OMNamespaceImpl​(String uri,
                               String prefix)
        Deprecated.
        Parameters:
        uri -
        prefix -
    • Method Detail

      • equals

        public boolean equals​(String uri,
                              String prefix)
        Deprecated.
        Method equals.
        Specified by:
        equals in interface org.apache.axiom.om.OMNamespace
        Parameters:
        uri -
        prefix -
        Returns:
        Returns boolean.
      • equals

        public boolean equals​(Object obj)
        Deprecated.
        Overrides:
        equals in class Object
      • getPrefix

        public String getPrefix()
        Deprecated.
        Method getPrefix.
        Specified by:
        getPrefix in interface org.apache.axiom.om.OMNamespace
        Returns:
        Returns String.
      • getName

        public String getName()
        Deprecated.
        Method getName.
        Specified by:
        getName in interface org.apache.axiom.om.OMNamespace
        Returns:
        Returns String.
      • getNamespaceURI

        public String getNamespaceURI()
        Deprecated.
        Specified by:
        getNamespaceURI in interface org.apache.axiom.om.OMNamespace
      • hashCode

        public int hashCode()
        Deprecated.
        Overrides:
        hashCode in class Object