Example usage for Java javax.xml.namespace NamespaceContext fields, constructors, methods, implement or subclass
The text is from its open source code.
String | getNamespaceURI(String prefix) Get Namespace URI bound to a prefix in the current scope. |
String | getPrefix(String namespaceURI) Get prefix bound to Namespace URI in the current scope. |
Iterator | getPrefixes(String namespaceURI) Get all prefixes bound to a Namespace URI in the current scope. |