public class OMNamespaceImpl extends Object implements OMNamespace
Constructor and Description |
---|
OMNamespaceImpl(String uri,
String prefix) |
Modifier and Type | Method and Description |
---|---|
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() |
public boolean equals(String uri, String prefix)
equals
in interface OMNamespace
uri
- prefix
- public String getPrefix()
getPrefix
in interface OMNamespace
public String getName()
getName
in interface OMNamespace
public String getNamespaceURI()
OMNamespace
getNamespaceURI
in interface OMNamespace
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.