API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.xpath. XPathExpression View Source
Author(s)
Norman Walsh
Jeff Suttor
Since
1.5
Version
$Revision: 1.4 $, $Date: 2005/10/13 17:00:49 $
Serial
Hierarchy
 XPathExpression
Subinterfaces
Description
public interface XPathExpression
  XPathExpression provides access to compiled XPath expressions.
Methods
Hide/Show inherited methods
public String evaluate (InputSource source) throws XPathExpressionException
  Evaluate the compiled XPath expression in the context of the specified InputSource and return the result as a String.
public Object evaluate (InputSource source, QName returnType) throws XPathExpressionException
  Evaluate the compiled XPath expression in the context of the specified InputSource and return the result as the specified type.
public String evaluate (Object item) throws XPathExpressionException
  Evaluate the compiled XPath expression in the specified context and return the result as a String.
public Object evaluate (Object item, QName returnType) throws XPathExpressionException
  Evaluate the compiled XPath expression in the specified context and return the result as the specified type.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar