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