Spring Web Services Framework

Uses of Class
org.springframework.xml.xpath.XPathException

Packages that use XPathException
org.springframework.xml.xpath Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen. 
 

Uses of XPathException in org.springframework.xml.xpath
 

Subclasses of XPathException in org.springframework.xml.xpath
 class XPathParseException
          Exception throws when a XPath expression cannot be parsed.
 

Methods in org.springframework.xml.xpath that throw XPathException
 List XPathExpression.evaluate(Node node, NodeMapper nodeMapper)
          Evaluates the given expression, mapping each result Node objects to a Java object via a NodeMapper.
 void XPathOperations.evaluate(String expression, Source context, NodeCallbackHandler callbackHandler)
          Evaluates the given expression, handling the result Node objects on a per-node basis with a NodeCallbackHandler.
 void AbstractXPathTemplate.evaluate(String expression, Source context, NodeCallbackHandler callbackHandler)
           
 List XPathOperations.evaluate(String expression, Source context, NodeMapper nodeMapper)
          Evaluates the given expression, mapping each result Node objects to a Java object via a NodeMapper.
 List Jaxp13XPathTemplate.evaluate(String expression, Source context, NodeMapper nodeMapper)
           
 List JaxenXPathTemplate.evaluate(String expression, Source context, NodeMapper nodeMapper)
           
 boolean XPathExpression.evaluateAsBoolean(Node node)
          Evaluates the given expression as a boolean.
 boolean XPathOperations.evaluateAsBoolean(String expression, Source context)
          Evaluates the given expression as a boolean.
 boolean Jaxp13XPathTemplate.evaluateAsBoolean(String expression, Source context)
           
 boolean JaxenXPathTemplate.evaluateAsBoolean(String expression, Source context)
           
 double XPathOperations.evaluateAsDouble(String expression, Source context)
          Evaluates the given expression as a double.
 double Jaxp13XPathTemplate.evaluateAsDouble(String expression, Source context)
           
 double JaxenXPathTemplate.evaluateAsDouble(String expression, Source context)
           
 Node XPathExpression.evaluateAsNode(Node node)
          Evaluates the given expression as a Node.
 Node XPathOperations.evaluateAsNode(String expression, Source context)
          Evaluates the given expression as a Node.
 Node Jaxp13XPathTemplate.evaluateAsNode(String expression, Source context)
           
 Node JaxenXPathTemplate.evaluateAsNode(String expression, Source context)
           
 List XPathExpression.evaluateAsNodeList(Node node)
          Evaluates the given expression, and returns all Node objects that conform to it.
 List XPathOperations.evaluateAsNodeList(String expression, Source context)
          Evaluates the given expression as a list of Node objects.
 List Jaxp13XPathTemplate.evaluateAsNodeList(String expression, Source context)
           
 List JaxenXPathTemplate.evaluateAsNodeList(String expression, Source context)
           
 double XPathExpression.evaluateAsNumber(Node node)
          Evaluates the given expression as a number (double).
 Object XPathExpression.evaluateAsObject(Node node, NodeMapper nodeMapper)
          Evaluates the given expression, mapping a single Node result to a Java object via a NodeMapper.
 Object XPathOperations.evaluateAsObject(String expression, Source context, NodeMapper nodeMapper)
          Evaluates the given expression, mapping a single Node result to a Java object via a NodeMapper.
 Object Jaxp13XPathTemplate.evaluateAsObject(String expression, Source context, NodeMapper nodeMapper)
           
 Object JaxenXPathTemplate.evaluateAsObject(String expression, Source context, NodeMapper nodeMapper)
           
 String XPathExpression.evaluateAsString(Node node)
          Evaluates the given expression as a String.
 String XPathOperations.evaluateAsString(String expression, Source context)
          Evaluates the given expression as a String.
 String Jaxp13XPathTemplate.evaluateAsString(String expression, Source context)
           
 String JaxenXPathTemplate.evaluateAsString(String expression, Source context)
           
 


Spring Web Services Framework

Copyright � 2005-2008 The Spring Web Services Framework. All Rights Reserved.