Package org.springframework.xml.xpath
package org.springframework.xml.xpath
Provides XPathTemplate implementations, and various classes for XPath evaluation using JAXP 1.3, and Jaxen.
-
ClassDescriptionAbstract base class for implementations of
XPathOperations
.Implementation ofXPathOperations
that uses Jaxen.Implementation ofXPathOperations
that uses JAXP 1.3.An interface used byXPathOperations
implementations for processingNode
objects on a per-node basis.NodeMapper<T>An interface used byXPathOperations
implementations for mappingNode
objects on a per-node basis.Exception thrown when an error occurs during XPath processing.Defines the contract for a precompiled XPath expression.Factory for compiledXPathExpression
s, being aware of JAXP 1.3+ XPath functionality, and Jaxen.SpringFactoryBean
forXPathExpression
object.Interface that specifies a basic set of XPath operations, implemented by various XPathTemplates.Exception throws when a XPath expression cannot be parsed.