javax.xml.namespace
Interface NamespaceContext
- public interface NamespaceContext
This is an implementation of javax.xml.namespace.NamespaceContext for J2SE 1.4.x.
This interface is available in myriad other places and platforms, but we
need to have one in a consistent place for development time. We could
take one from some other project and declare it The Standard, but that
would make Legal sad.
- Author:
- Joel Hawkins (jhawkins)
Method Summary |
java.lang.String |
getNamespaceURI(java.lang.String prefix)
|
java.lang.String |
getPrefix(java.lang.String namespaceURI)
|
java.util.Iterator |
getPrefixes(java.lang.String namespaceURI)
|
getNamespaceURI
public java.lang.String getNamespaceURI(java.lang.String prefix)
getPrefix
public java.lang.String getPrefix(java.lang.String namespaceURI)
getPrefixes
public java.util.Iterator getPrefixes(java.lang.String namespaceURI)