protected class XPathPatternContentSelector.NSPrefixResolver extends Object implements org.apache.xml.utils.PrefixResolver
| Modifier | Constructor and Description |
|---|---|
protected |
XPathPatternContentSelector.NSPrefixResolver() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBaseIdentifier()
Get the base URI for this resolver.
|
String |
getNamespaceForPrefix(String prefix)
Resolves the given namespace prefix.
|
String |
getNamespaceForPrefix(String prefix,
Node context)
Resolves the given namespace prefix.
|
boolean |
handlesNullPrefixes()
Returns whether this PrefixResolver handles a null prefix.
|
protected XPathPatternContentSelector.NSPrefixResolver()
public String getBaseIdentifier()
getBaseIdentifier in interface org.apache.xml.utils.PrefixResolverpublic String getNamespaceForPrefix(String prefix)
getNamespaceForPrefix in interface org.apache.xml.utils.PrefixResolverpublic String getNamespaceForPrefix(String prefix, Node context)
getNamespaceForPrefix in interface org.apache.xml.utils.PrefixResolverpublic boolean handlesNullPrefixes()
handlesNullPrefixes in interface org.apache.xml.utils.PrefixResolverCopyright © 2000–2019 Apache Software Foundation. All rights reserved.