Uses of Class org.w3c.dom.xpath.XPathException

Uses in package org.apache.xpath.domapi

Methods which throw type org.w3c.dom.xpath.XPathException

XPathExpression
XPathEvaluatorImpl.createExpression(String expression, XPathNSResolver resolver)
Creates a parsed XPath expression with resolved namespaces.
Object
XPathExpressionImpl.evaluate(Node contextNode, short type, Object result)
This method provides an implementation XPathResult.evaluate according to the DOM L3 XPath Specification, Working Draft 28, March 2002.
Object
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.
boolean
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
Returns the indexth item in the snapshot collection.

Uses in package org.w3c.dom.xpath

Methods which throw type org.w3c.dom.xpath.XPathException

XPathExpression
XPathEvaluator.createExpression(String expression, XPathNSResolver resolver)
Creates a parsed XPath expression with resolved namespaces.
Object
XPathExpression.evaluate(Node contextNode, short type, Object result)
Evaluates this XPath expression and returns a result.
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.
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
Returns the indexth item in the snapshot collection.

Copyright B) 2004 Apache XML Project. All Rights Reserved.