| Frames | No Frames |
Methods which throw type org.w3c.dom.xpath.XPathException | |
| XPathExpression | Creates a parsed XPath expression with resolved namespaces. |
| Object | 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.
|
| Object | Evaluates this XPath expression and returns a result.
|
| boolean | The value of this boolean result.
|
| double | The value of this number result. |
| Node | The value of this single node result, which may be null.
|
| int | The number of nodes in the result snapshot. |
| String | The value of this string result.
|
| Node | Iterates and returns the next node from the node set or
nullif there are no more nodes.
|
| Node | XPathResult.snapshotItem(int index) Returns the indexth item in the snapshot collection. |
Methods which throw type org.w3c.dom.xpath.XPathException | |
| XPathExpression | Creates a parsed XPath expression with resolved namespaces. |
| Object | GnomeDocument.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.
|
Methods which throw type org.w3c.dom.xpath.XPathException | |
| XPathExpression | |
| Object | DomDocument.evaluate(String expression, Node contextNode, XPathNSResolver resolver, short type, Object result) |