Uses of Class
org.w3c.dom.xpath.XPathException
-
Packages that use XPathException 软件包 描述 org.w3c.dom.xpath 提供DOM Level 3 XPath规范的接口。 -
-
Uses of XPathException in org.w3c.dom.xpath
Methods in org.w3c.dom.xpath that throw XPathException Modifier and Type 方法 描述 XPathExpressionXPathEvaluator. createExpression(String expression, XPathNSResolver resolver)使用解析的命名空间创建一个已解析的XPath表达式。ObjectXPathEvaluator. evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result)评估XPath表达式字符串,如果可能,返回指定类型的结果。ObjectXPathExpression. evaluate(Node contextNode, short type, Object result)评估此XPath表达式并返回结果。booleanXPathResult. getBooleanValue()这个布尔值的结果。doubleXPathResult. getNumberValue()这个数字的值结果。NodeXPathResult. getSingleNodeValue()该单节点结果的值可能为null。intXPathResult. getSnapshotLength()结果快照中的节点数。StringXPathResult. getStringValue()该字符串的值为result。NodeXPathResult. iterateNext()迭代并返回节点集中的下一个节点,如果没有节点,则返回null。NodeXPathResult. snapshotItem(int index)返回快照集合中的index项目。
-