Uses of Interface
javax.xml.xpath.XPathFunctionResolver
Package
Description
Provides an object-model neutral API for the
evaluation of XPath expressions and access to the evaluation
environment.
-
Uses of XPathFunctionResolver in javax.xml.xpath
Modifier and TypeMethodDescriptionXPath.getXPathFunctionResolver()
Return the current function resolver.Modifier and TypeMethodDescriptionvoid
XPath.setXPathFunctionResolver
(XPathFunctionResolver resolver) Establish a function resolver.abstract void
XPathFactory.setXPathFunctionResolver
(XPathFunctionResolver resolver) Establish a default function resolver.