public class XPathFunctionResolverImpl
extends java.lang.Object
implements javax.xml.xpath.XPathFunctionResolver
XPath functions are resolved by name and arity. The resolver is not needed for XPath built-in functions and the resolver cannot be used to override those functions.
| Constructor and Description |
|---|
XPathFunctionResolverImpl(javax.xml.xpath.XPathFunction aFuncHere) |
| Modifier and Type | Method and Description |
|---|---|
javax.xml.xpath.XPathFunction |
resolveFunction(javax.xml.namespace.QName aQName,
int i) |
Copyright © 2025. All rights reserved.