public class DOMNamespaceContext extends Object implements NamespaceContext
| Constructor and Description |
|---|
DOMNamespaceContext(Node contextNode) |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceURI(String arg0) |
String |
getPrefix(String arg0) |
Iterator<String> |
getPrefixes(String arg0) |
public DOMNamespaceContext(Node contextNode)
public String getNamespaceURI(String arg0)
getNamespaceURI in interface NamespaceContextpublic String getPrefix(String arg0)
getPrefix in interface NamespaceContextpublic Iterator<String> getPrefixes(String arg0)
getPrefixes in interface NamespaceContextCopyright © 2000–2015 The Apache Software Foundation. All rights reserved.