|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.axiom.om.impl.OMNamespaceImpl
public class OMNamespaceImpl
Class OMNamespaceImpl
Constructor Summary | |
---|---|
OMNamespaceImpl(String uri,
String prefix)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
|
boolean |
equals(String uri,
String prefix)
Method equals. |
String |
getName()
Method getName. |
String |
getNamespaceURI()
Provides the namespace URI of this namespace. |
String |
getPrefix()
Method getPrefix. |
int |
hashCode()
|
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public OMNamespaceImpl(String uri, String prefix)
uri
- prefix
- Method Detail |
---|
public boolean equals(String uri, String prefix)
equals
in interface OMNamespace
uri
- prefix
-
public boolean equals(Object obj)
equals
in class Object
public String getPrefix()
getPrefix
in interface OMNamespace
public String getName()
getName
in interface OMNamespace
public String getNamespaceURI()
OMNamespace
getNamespaceURI
in interface OMNamespace
public int hashCode()
hashCode
in class Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |