Package com.helger.schematron.pure.xpath
Class XPathConfig
java.lang.Object
com.helger.schematron.pure.xpath.XPathConfig
- All Implemented Interfaces:
IXPathConfig
The immutable default implementation of
IXPathConfig- Since:
- 5.5.0
- Author:
- Thomas Pasch
-
Constructor Summary
ConstructorsConstructorDescriptionXPathConfig(XPathFactory aXPathFactory, XPathVariableResolver aXPathVariableResolver, XPathFunctionResolver aXPathFunctionResolver) -
Method Summary
-
Constructor Details
-
XPathConfig
public XPathConfig(@Nonnull XPathFactory aXPathFactory, @Nullable XPathVariableResolver aXPathVariableResolver, @Nullable XPathFunctionResolver aXPathFunctionResolver)
-
-
Method Details
-
getXPathFactory
- Specified by:
getXPathFactoryin interfaceIXPathConfig- Returns:
- The
XPathFactoryto use. May not benull.
-
getXPathVariableResolver
- Specified by:
getXPathVariableResolverin interfaceIXPathConfig- Returns:
- The
XPathVariableResolverto use. May benull.
-
getXPathFunctionResolver
- Specified by:
getXPathFunctionResolverin interfaceIXPathConfig- Returns:
- The
XPathFunctionResolverto use. May not benull.
-
equals
-
hashCode
public int hashCode() -
toString
-