Package org.jdesktop.xpath.function
Class XPathFunctionResolverImpl
java.lang.Object
org.jdesktop.xpath.function.XPathFunctionResolverImpl
- All Implemented Interfaces:
NamespaceContext,XPathFunctionResolver
public class XPathFunctionResolverImpl
extends Object
implements XPathFunctionResolver, NamespaceContext
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddNamespaceMapping(String namespacePrefix, String namespace)getNamespaceURI(String prefix)getPrefixes(String uri)static voidinstallFunction(AbstractFunction function)voidremoveNamespaceMapping(String namespacePrefix)resolveFunction(QName functionName, int arity)
-
Constructor Details
-
XPathFunctionResolverImpl
public XPathFunctionResolverImpl()
-
-
Method Details
-
resolveFunction
- Specified by:
resolveFunctionin interfaceXPathFunctionResolver
-
installFunction
-
getNamespaceURI
- Specified by:
getNamespaceURIin interfaceNamespaceContext
-
getPrefix
- Specified by:
getPrefixin interfaceNamespaceContext
-
getPrefixes
- Specified by:
getPrefixesin interfaceNamespaceContext
-
addNamespaceMapping
-
removeNamespaceMapping
-