Uses of Interface
org.w3c.dom.xpath.XPathNSResolver
-
Packages that use XPathNSResolver 软件包 描述 org.w3c.dom.xpath 提供DOM Level 3 XPath规范的接口。 -
-
Uses of XPathNSResolver in org.w3c.dom.xpath
Methods in org.w3c.dom.xpath that return XPathNSResolver Modifier and Type 方法 描述 XPathNSResolverXPathEvaluator. createNSResolver(Node nodeResolver)适应任何DOM节点来解析命名空间,以便相对于文档中出现的节点的上下文,可以轻松地评估XPath表达式。Methods in org.w3c.dom.xpath with parameters of type XPathNSResolver Modifier and Type 方法 描述 XPathExpressionXPathEvaluator. createExpression(String expression, XPathNSResolver resolver)使用解析的命名空间创建一个已解析的XPath表达式。ObjectXPathEvaluator. evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result)评估XPath表达式字符串,如果可能,返回指定类型的结果。
-