Uses of Class javax.xml.xpath.XPathExpressionException

Uses in package javax.xml.xpath

Classes derived from javax.xml.xpath.XPathExpressionException

class
An exception in an XPath function.

Methods which throw type javax.xml.xpath.XPathExpressionException

XPathExpression
XPath.compile(String expression)
Compiles an XPath expression for future evaluation.
String
Evaluates this expression against the specified context, returning the result as a string.
Object
XPathExpression.evaluate(Object item, QName returnType)
Evaluates this expression against the specified context.
String
XPath.evaluate(String expression, Object item)
Evaluates an expression and returns the result as a string.
Object
XPath.evaluate(String expression, Object item, QName returnType)
Evaluates an expression.
String
XPath.evaluate(String expression, InputSource source)
Evaluates an expression and returns the result as a string.
Object
XPath.evaluate(String expression, InputSource source, QName returnType)
Evaluates an expression.
String
Evaluates this expression against the specified context, returning the result as a string.
Object
Evaluates this expression against the specified context.

Uses in package gnu.xml.xpath

Methods which throw type javax.xml.xpath.XPathExpressionException

XPathExpression
XPathImpl.compile(String expression)
String
Object
Expr.evaluate(Object item, QName returnType)
String
XPathImpl.evaluate(String expression, Object item)
Object
XPathImpl.evaluate(String expression, Object item, QName returnType)
String
XPathImpl.evaluate(String expression, InputSource source)
Object
XPathImpl.evaluate(String expression, InputSource source, QName returnType)
String
Object
Expr.evaluate(InputSource source, QName returnType)