NamespaceContextpublic class DOMNamespaceContext extends Object implements NamespaceContext
| Constructor | Description |
|---|---|
DOMNamespaceContext(Node contextNode) |
| Modifier and Type | Method | 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–2018 The Apache Software Foundation. All rights reserved.