public class XTCENamespaceContext extends Object implements NamespaceContext
| Constructor and Description |
|---|
XTCENamespaceContext() |
| Modifier and Type | Method and Description |
|---|---|
String |
getNamespaceURI(String prefix)
Retrieve the URI associated with the XML node name prefix.
|
String |
getPrefix(String uri)
Retrieve the prefix associated with a URI.
|
Iterator |
getPrefixes(String val)
Retrieve the declared prefixes for this Node context
|
public String getNamespaceURI(String prefix)
getNamespaceURI in interface NamespaceContextprefix - String containing the prefix.public Iterator getPrefixes(String val)
getPrefixes in interface NamespaceContextval - String containing something I don't know what is and is not
used in this application.public String getPrefix(String uri)
getPrefix in interface NamespaceContexturi - String containing the URI declared in the XML.Copyright © 2015–2019. All rights reserved.