org.apache.axiom.om.impl.dom
Class NamespaceImpl

java.lang.Object
  extended byorg.apache.axiom.om.impl.dom.NamespaceImpl
All Implemented Interfaces:
OMNamespace

public class NamespaceImpl
extends java.lang.Object
implements OMNamespace


Constructor Summary
NamespaceImpl(java.lang.String uri)
           
NamespaceImpl(java.lang.String uri, java.lang.String prefix)
           
 
Method Summary
 boolean equals(java.lang.String uri, java.lang.String prefix)
          Method equals.
 java.lang.String getName()
          Method getName.
 java.lang.String getPrefix()
          Method getPrefix.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamespaceImpl

public NamespaceImpl(java.lang.String uri)

NamespaceImpl

public NamespaceImpl(java.lang.String uri,
                     java.lang.String prefix)
Method Detail

equals

public boolean equals(java.lang.String uri,
                      java.lang.String prefix)
Description copied from interface: OMNamespace
Method equals.

Specified by:
equals in interface OMNamespace
Parameters:
uri -
prefix -
Returns:
Returns boolean.

getPrefix

public java.lang.String getPrefix()
Description copied from interface: OMNamespace
Method getPrefix.

Specified by:
getPrefix in interface OMNamespace
Returns:
Returns String.

getName

public java.lang.String getName()
Description copied from interface: OMNamespace
Method getName.

Specified by:
getName in interface OMNamespace
Returns:
Returns String.