public interface OMNamespace
Implementations of this interface must be immutable or behave as if they were immutable,
i.e. getPrefix()
and getNamespaceURI()
must always return the same
values when invoked on the same instance.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(String uri,
String prefix)
Method equals.
|
String |
getName()
Deprecated.
This method is deprecated. Please use getNamespaceURI() method instead.
|
String |
getNamespaceURI()
Provides the namespace URI of this namespace.
|
String |
getPrefix()
Method getPrefix.
|
boolean equals(String uri, String prefix)
uri
- prefix
- String getPrefix()
String getName()
String getNamespaceURI()
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.