|
Spring Web Services Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |
See:
Description
Interface Summary | |
---|---|
NodeCallbackHandler | An interface used by XPathOperations implementations for processing Node objects on a per-node basis. |
NodeMapper<T> | An interface used by XPathOperations implementations for mapping Node objects on a per-node basis. |
XPathExpression | Defines the contract for a precompiled XPath expression. |
XPathOperations | Interface that specifies a basic set of XPath operations, implemented by various XPathTemplates. |
Class Summary | |
---|---|
AbstractXPathTemplate | Abstract base class for implementations of XPathOperations . |
JaxenXPathTemplate | Implementation of XPathOperations that uses Jaxen. |
Jaxp13XPathTemplate | Implementation of XPathOperations that uses JAXP 1.3. |
XPathExpressionFactory | Factory for compiled XPathExpression s, being aware of JAXP 1.3+ XPath functionality, and Jaxen. |
XPathExpressionFactoryBean | Spring FactoryBean for XPathExpression object. |
Exception Summary | |
---|---|
XPathException | Exception thrown when an error occurs during XPath processing. |
XPathParseException | Exception throws when a XPath expression cannot be parsed. |
Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
|
Spring Web Services Framework | |||||||||
PREV PACKAGE NEXT PACKAGE | FRAMES NO FRAMES |