org.apache.xml.security.utils
Class DOMNamespaceContext
java.lang.Object
org.apache.xml.security.utils.DOMNamespaceContext
- All Implemented Interfaces:
- NamespaceContext
public class DOMNamespaceContext
- extends Object
- implements NamespaceContext
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DOMNamespaceContext
public DOMNamespaceContext(Node contextNode)
getNamespaceURI
public String getNamespaceURI(String arg0)
- Specified by:
getNamespaceURI
in interface NamespaceContext
getPrefix
public String getPrefix(String arg0)
- Specified by:
getPrefix
in interface NamespaceContext
getPrefixes
public Iterator<String> getPrefixes(String arg0)
- Specified by:
getPrefixes
in interface NamespaceContext
Copyright © 2000–2013 The Apache Software Foundation. All rights reserved.