Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
public interface NamespaceContext
Method Summary | |
String |
|
String |
|
Iterator |
|
public String getNamespaceURI(String prefix)
Returns the namespace URI currently bound to the given prefix.
public String getPrefix(String namespaceURI)
Returns the prefix currently bound to the given namespace URI.
public Iterator getPrefixes(String namespaceURI)
Returns all the prefixes currently bound to the given namespace URI.