OMNamespace instances should always be created using
OMFactory.createOMNamespace(String, String). This class will be removed in
Axiom 1.3.public class OMNamespaceImpl extends Object implements org.apache.axiom.om.OMNamespace
| Constructor and Description |
|---|
OMNamespaceImpl(String uri,
String prefix)
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj)
Deprecated.
|
boolean |
equals(String uri,
String prefix)
Deprecated.
Method equals.
|
String |
getName()
Deprecated.
Method getName.
|
String |
getNamespaceURI()
Deprecated.
|
String |
getPrefix()
Deprecated.
Method getPrefix.
|
int |
hashCode()
Deprecated.
|
public boolean equals(String uri, String prefix)
equals in interface org.apache.axiom.om.OMNamespaceuri - prefix - public String getPrefix()
getPrefix in interface org.apache.axiom.om.OMNamespacepublic String getName()
getName in interface org.apache.axiom.om.OMNamespacepublic String getNamespaceURI()
getNamespaceURI in interface org.apache.axiom.om.OMNamespaceCopyright ? The Apache Software Foundation. All Rights Reserved.