|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface OMNamespace
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.
Method Summary | |
---|---|
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. |
Method Detail |
---|
boolean equals(String uri, String prefix)
uri
- prefix
-
String getPrefix()
String getName()
String getNamespaceURI()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |