class DOMNamespaceContext extends AbstractNamespaceContext
| Modifier and Type | Field and Description |
|---|---|
private DOMXMLStreamReader |
reader |
| Constructor and Description |
|---|
DOMNamespaceContext(DOMXMLStreamReader reader) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.String |
doGetNamespaceURI(java.lang.String prefix)
Get namespace URI bound to a prefix in the current scope.
|
protected java.lang.String |
doGetPrefix(java.lang.String namespaceURI)
Get prefix bound to namespace URI in the current scope.
|
protected java.util.Iterator |
doGetPrefixes(java.lang.String namespaceURI)
Get all prefixes bound to a namespace URI in the current scope.
|
getNamespaceURI, getPrefix, getPrefixesprivate final DOMXMLStreamReader reader
DOMNamespaceContext(DOMXMLStreamReader reader)
protected java.lang.String doGetNamespaceURI(java.lang.String prefix)
AbstractNamespaceContextNamespaceContext.getNamespaceURI(String), except that the
implementation is not required to handle the implicit namespace bindings.doGetNamespaceURI in class AbstractNamespaceContextprefix - prefix to look upprotected java.lang.String doGetPrefix(java.lang.String namespaceURI)
AbstractNamespaceContextNamespaceContext.getPrefix(String),
except that the implementation is not required to handle the implicit
namespace bindings.doGetPrefix in class AbstractNamespaceContextnamespaceURI - URI of namespace to lookupprotected java.util.Iterator doGetPrefixes(java.lang.String namespaceURI)
AbstractNamespaceContextNamespaceContext.getPrefixes(String), except that the
implementation is not required to handle the implicit namespace bindings.doGetPrefixes in class AbstractNamespaceContextnamespaceURI - URI of namespace to lookup