Follow Techotopia on Twitter

On-line Guides
All Guides
eBook Store
iOS / Android
Linux for Beginners
Office Productivity
Linux Installation
Linux Security
Linux Utilities
Linux Virtualization
Linux Kernel
System/Network Admin
Programming
Scripting Languages
Development Tools
Web Development
GUI Toolkits/Desktop
Databases
Mail Systems
openSolaris
Eclipse Documentation
Techotopia.com
Virtuatopia.com
Answertopia.com

How To Guides
Virtualization
General System Admin
Linux Security
Linux Filesystems
Web Servers
Graphics & Desktop
PC Hardware
Windows
Problem Solutions
Privacy Policy

  




 

 


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.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.


 
 
  Published under the terms of the Eclipse Public License Version 1.0 ("EPL") Design by Interspire