protected class AbstractDocument.XPathExpr.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.PrefixResolver
public String getNamespaceForPrefix(String prefix)
getNamespaceForPrefix
in interface org.apache.xml.utils.PrefixResolver
public String getNamespaceForPrefix(String prefix, Node context)
getNamespaceForPrefix
in interface org.apache.xml.utils.PrefixResolver
public boolean handlesNullPrefixes()
handlesNullPrefixes
in interface org.apache.xml.utils.PrefixResolver
Copyright © 2000–2023 Apache Software Foundation. All rights reserved.