Package com.helger.schematron.pure.xpath
Interface IXPathConfig
- All Known Implementing Classes:
XPathConfig
@MustImplementEqualsAndHashcode
public interface IXPathConfig
XPath configuration to use.
This is a counter-measure against #96: When using Saxon-HE, you have stripped down XPath support (no XPath higher order functions according to the saxon feature matrix). In this case, you perhaps want to use a different XPath implementation (most commonly the XPath implementation shipped with Java).
- Since:
- 5.5.0
- Author:
- Thomas Pasch
- See Also:
-
Method Summary
Modifier and TypeMethodDescription
-
Method Details
-
getXPathFactory
- Returns:
- The
XPathFactoryto use. May not benull.
-
getXPathVariableResolver
- Returns:
- The
XPathVariableResolverto use. May benull.
-
getXPathFunctionResolver
- Returns:
- The
XPathFunctionResolverto use. May not benull.
-