public class NamespaceMap extends ContextMap<String,String> implements NamespaceContext
| Modifier and Type | Class and Description |
|---|---|
static class |
NamespaceMap.Handler |
| Constructor and Description |
|---|
NamespaceMap() |
NamespaceMap(ContextMap<String,String> parent) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceURI(String prefix) |
String |
getPrefix(String namespaceURI) |
Iterator<String> |
getPrefixes(String namespaceURI) |
NamespaceMap |
parent() |
public NamespaceMap()
public NamespaceMap(ContextMap<String,String> parent)
public NamespaceMap parent()
parent in class ContextMap<String,String>public String getNamespaceURI(String prefix)
getNamespaceURI in interface NamespaceContextpublic String getPrefix(String namespaceURI)
getPrefix in interface NamespaceContextpublic Iterator<String> getPrefixes(String namespaceURI)
getPrefixes in interface NamespaceContextCopyright © 2019. All rights reserved.