protected class XPathPatternContentSelector.NSPrefixResolver extends Object implements NamespaceContext
Modifier | Constructor and Description |
---|---|
protected |
NSPrefixResolver() |
Modifier and Type | Method and Description |
---|---|
String |
getNamespaceURI(String prefix)
Resolves the given namespace prefix.
|
String |
getPrefix(String namespaceURI) |
Iterator |
getPrefixes(String namespaceURI) |
public String getNamespaceURI(String prefix)
getNamespaceURI
in interface NamespaceContext
public String getPrefix(String namespaceURI)
getPrefix
in interface NamespaceContext
public Iterator getPrefixes(String namespaceURI)
getPrefixes
in interface NamespaceContext
Copyright © 2000–2024 Apache Software Foundation. All rights reserved.