org.apache.axis2.om.impl.dom
Class NamespaceImpl
java.lang.Object
org.apache.axis2.om.impl.dom.NamespaceImpl
- All Implemented Interfaces:
- OMNamespace
- public class NamespaceImpl
- extends Object
- implements OMNamespace
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamespaceImpl
public NamespaceImpl(String uri)
NamespaceImpl
public NamespaceImpl(String uri,
String prefix)
equals
public boolean equals(String uri,
String prefix)
- Description copied from interface:
OMNamespace
- Method equals.
- Specified by:
equals
in interface OMNamespace
- Parameters:
uri
- prefix
-
- Returns:
- Returns boolean.
getPrefix
public String getPrefix()
- Description copied from interface:
OMNamespace
- Method getPrefix.
- Specified by:
getPrefix
in interface OMNamespace
- Returns:
- Returns String.
getName
public String getName()
- Description copied from interface:
OMNamespace
- Method getName.
- Specified by:
getName
in interface OMNamespace
- Returns:
- Returns String.