Class XPathExpressionFactory

java.lang.Object
org.springframework.xml.xpath.XPathExpressionFactory

public abstract class XPathExpressionFactory extends Object
Factory for compiled XPathExpressions, being aware of JAXP 1.3+ XPath functionality, and Jaxen. Mainly for internal use of the framework.

The goal of this class is to avoid runtime dependencies a specific XPath engine, simply using the best XPath implementation that is available. Prefers JAXP 1.3+ XPath implementations to Jaxen.

Since:
1.0.0
Author:
Arjen Poutsma
See Also:
  • Constructor Details

    • XPathExpressionFactory

      public XPathExpressionFactory()
  • Method Details