Uses of Class
org.loboevolution.html.xpath.XPathException
-
Uses of XPathException in org.loboevolution.html.dom.xpath
Modifier and TypeMethodDescriptionXPathEvaluatorImpl.createExpression
(String expression, XPathNSResolver resolver) Creates a parsed XPath expression with resolved namespaces.XPathEvaluatorImpl.evaluate
(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) Evaluates an XPath expression string and returns a result of the specified type if possible.Evaluates this XPath expression and returns a result.boolean
XPathResultImpl.getBooleanValue()
The value of this boolean result.double
XPathResultImpl.getNumberValue()
The value of this number result.XPathResultImpl.getSingleNodeValue()
The value of this single node result, which may be null.int
XPathResultImpl.getSnapshotLength()
The number of nodes in the result snapshot.XPathResultImpl.getStringValue()
The value of this string result.XPathResultImpl.iterateNext()
Iterates and returns the next node from the node set or nullif there are no more nodes.XPathResultImpl.snapshotItem
(int index) Returns the indexth item in the snapshot collection. -
Uses of XPathException in org.loboevolution.html.xpath
Modifier and TypeMethodDescriptionXPathEvaluator.createExpression
(String expression, XPathNSResolver resolver) Creates a parsed XPath expression with resolved namespaces.XPathEvaluator.evaluate
(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) Evaluates an XPath expression string and returns a result of the specified type if possible.Evaluates this XPath expression and returns a result.boolean
XPathResult.getBooleanValue()
The value of this boolean result.double
XPathResult.getNumberValue()
The value of this number result.XPathResult.getSingleNodeValue()
The value of this single node result, which may be null.int
XPathResult.getSnapshotLength()
The number of nodes in the result snapshot.XPathResult.getStringValue()
The value of this string result.XPathResult.iterateNext()
Iterates and returns the next node from the node set or nullif there are no more nodes.XPathResult.snapshotItem
(int index) Returns the indexth item in the snapshot collection.