public class NamespaceMapImpl extends Object implements NamespaceContext
| Constructor and Description |
|---|
NamespaceMapImpl(Map<String,String> namespaces) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceURI(String prefix) |
String |
getPrefix(String namespaceURI) |
Iterator |
getPrefixes(String namespaceURI) |
public String getNamespaceURI(String prefix)
getNamespaceURI in interface NamespaceContextpublic String getPrefix(String namespaceURI)
getPrefix in interface NamespaceContextpublic Iterator getPrefixes(String namespaceURI)
getPrefixes in interface NamespaceContextThis work is licensed under a Creative Commons Attribution 4.0 International License.