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 方法 描述 XPathExpression
XPathEvaluator. createExpression(String expression, XPathNSResolver resolver)
使用解析的命名空间创建一个已解析的XPath表达式。Object
XPathEvaluator. evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result)
评估XPath表达式字符串,如果可能,返回指定类型的结果。Object
XPathExpression. evaluate(Node contextNode, short type, Object result)
评估此XPath表达式并返回结果。boolean
XPathResult. getBooleanValue()
这个布尔值的结果。double
XPathResult. getNumberValue()
这个数字的值结果。Node
XPathResult. getSingleNodeValue()
该单节点结果的值可能为null
。int
XPathResult. getSnapshotLength()
结果快照中的节点数。String
XPathResult. getStringValue()
该字符串的值为result。Node
XPathResult. iterateNext()
迭代并返回节点集中的下一个节点,如果没有节点,则返回null
。Node
XPathResult. snapshotItem(int index)
返回快照集合中的index
项目。
-