Uses of Interface
javax.xml.xpath.XPathFunctionResolver
| Package | Description |
|---|---|
| javax.xml.xpath | |
| org.apache.xpath.jaxp |
-
Uses of XPathFunctionResolver in javax.xml.xpath
Methods in javax.xml.xpath that return XPathFunctionResolver Modifier and Type Method Description XPathFunctionResolverXPath. getXPathFunctionResolver()Return the current function resolver.Methods in javax.xml.xpath with parameters of type XPathFunctionResolver Modifier and Type Method Description voidXPath. setXPathFunctionResolver(XPathFunctionResolver resolver)Establish a function resolver.abstract voidXPathFactory. setXPathFunctionResolver(XPathFunctionResolver resolver)Establish a default function resolver. -
Uses of XPathFunctionResolver in org.apache.xpath.jaxp
Methods in org.apache.xpath.jaxp that return XPathFunctionResolver Modifier and Type Method Description XPathFunctionResolverXPathImpl. getXPathFunctionResolver()Returns the current function resolver.Methods in org.apache.xpath.jaxp with parameters of type XPathFunctionResolver Modifier and Type Method Description voidXPathFactoryImpl. setXPathFunctionResolver(XPathFunctionResolver resolver)Establish a default function resolver.voidXPathImpl. setXPathFunctionResolver(XPathFunctionResolver resolver)Establishes a function resolver.Constructors in org.apache.xpath.jaxp with parameters of type XPathFunctionResolver Constructor Description JAXPExtensionsProvider(XPathFunctionResolver resolver)JAXPExtensionsProvider(XPathFunctionResolver resolver, boolean featureSecureProcessing)XPathExpressionImpl(XPath xpath, JAXPPrefixResolver prefixResolver, XPathFunctionResolver functionResolver, XPathVariableResolver variableResolver)XPathExpressionImpl(XPath xpath, JAXPPrefixResolver prefixResolver, XPathFunctionResolver functionResolver, XPathVariableResolver variableResolver, boolean featureSecureProcessing)