Uses of Interface
javax.xml.xpath.XPathFunctionResolver
-
Packages that use XPathFunctionResolver 软件包 描述 javax.xml.xpath 提供用于评估XPath表达式和访问评估环境的 对象模型中性 API。 -
-
Uses of XPathFunctionResolver in javax.xml.xpath
Methods in javax.xml.xpath that return XPathFunctionResolver Modifier and Type 方法 描述 XPathFunctionResolver
XPath. getXPathFunctionResolver()
返回当前函数解析器。Methods in javax.xml.xpath with parameters of type XPathFunctionResolver Modifier and Type 方法 描述 void
XPath. setXPathFunctionResolver(XPathFunctionResolver resolver)
建立一个函数解析器。abstract void
XPathFactory. setXPathFunctionResolver(XPathFunctionResolver resolver)
建立默认函数解析器。
-