protected class XPathPatternContentSelector.NSPrefixResolver extends Object
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()
public String getNamespaceForPrefix(String prefix)
public String getNamespaceForPrefix(String prefix, Node context)
public boolean handlesNullPrefixes()
Copyright ? 2015 Apache Software Foundation. All Rights Reserved.