jlibs.xml
Class NamespaceMap
java.lang.Object
jlibs.core.util.ContextMap<String,String>
jlibs.xml.NamespaceMap
- All Implemented Interfaces:
- NamespaceContext
public class NamespaceMap
- extends ContextMap<String,String>
- implements NamespaceContext
NamespaceContext implementation using ContextMap
- Author:
- Santhosh Kumar T
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NamespaceMap
public NamespaceMap()
NamespaceMap
public NamespaceMap(ContextMap<String,String> parent)
parent
public NamespaceMap parent()
- Overrides:
parent in class ContextMap<String,String>
getNamespaceURI
public String getNamespaceURI(String prefix)
- Specified by:
getNamespaceURI in interface NamespaceContext
getPrefix
public String getPrefix(String namespaceURI)
- Specified by:
getPrefix in interface NamespaceContext
getPrefixes
public Iterator<String> getPrefixes(String namespaceURI)
- Specified by:
getPrefixes in interface NamespaceContext
Copyright © 2015. All rights reserved.