protected class XPathPatternContentSelector.NSPrefixResolver extends Object implements org.apache.xml.utils.PrefixResolver
| Modifier | Constructor and Description |
|---|---|
protected |
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.
|
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–2017 Apache Software Foundation. All rights reserved.