Uses of Class
org.eclipse.jet.xpath.XPathRuntimeException

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.String XPathExpression.evaluateAsString(java.lang.Object contextObject)
          Evaluate the expression and convert the result to a String using the XPath String function
 boolean XPathExpression.evaluateAsBoolean(java.lang.Object contextObject)
          Evaluate the expression and convert the result to a boolean using the XPath boolean function.
 double XPathExpression.evaluateAsNumber(java.lang.Object contextObject)
          Evaluate the expression and convert the result to a number using the XPath number function.
 NodeSet XPathExpression.evaluateAsNodeSet(java.lang.Object contextObject)
          Evaluate the expression and return the result as a Node set.
 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.Object XPathExpression.evaluate(java.lang.Object contextObject)
          Evaluate the expression and return the 'natural' result of the expression.
 


Copyright 2006 IBM Corporation and others.
All Rights Reserved.