|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XPathRuntimeException | |
---|---|
org.eclipse.jet.xpath | The JET XPath processor. |
Uses of XPathRuntimeException in org.eclipse.jet.xpath |
---|
Methods in org.eclipse.jet.xpath that throw XPathRuntimeException | |
---|---|
java.lang.Object |
XPathExpression.evaluate(java.lang.Object contextObject)
Evaluate the expression and return the 'natural' result of the expression. |
boolean |
XPathExpression.evaluateAsBoolean(java.lang.Object contextObject)
Evaluate the expression and convert the result to a boolean using the XPath boolean function. |
NodeSet |
XPathExpression.evaluateAsNodeSet(java.lang.Object contextObject)
Evaluate the expression and return the result as a Node set. |
double |
XPathExpression.evaluateAsNumber(java.lang.Object contextObject)
Evaluate the expression and convert the result to a number using the XPath number function. |
java.lang.Object |
XPathExpression.evaluateAsSingleNode(java.lang.Object contextObject)
Evaluate the expression using XPathExpression.evaluateAsNodeSet(Object) and then return the first object in
the node set. |
java.lang.String |
XPathExpression.evaluateAsString(java.lang.Object contextObject)
Evaluate the expression and convert the result to a String using the XPath String function |
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV NEXT | FRAMES NO FRAMES |