Spring Web Services Framework

Uses of Package
org.springframework.xml.xpath

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

Classes in org.springframework.xml.xpath used by org.springframework.xml.xpath
AbstractXPathTemplate
          Abstract base class for implementations of XPathOperations.
NodeCallbackHandler
          An interface used by XPathOperations implementations for processing Node objects on a per-node basis.
NodeMapper
          An interface used by XPathOperations implementations for mapping Node objects on a per-node basis.
XPathException
          Exception thrown when an error occurs during XPath processing.
XPathExpression
          Defines the contract for a precompiled XPath expression.
XPathOperations
          Interface that specifies a basic set of XPath operations, implemented by various XPathTemplates.
XPathParseException
          Exception throws when a XPath expression cannot be parsed.
 


Spring Web Services Framework

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