@MustImplementEqualsAndHashcode
public interface IXPathConfig
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).
SchematronResourcePure,
PSXPathBoundSchema,
PSBoundSchemaCacheKey| Modifier and Type | Method and Description |
|---|---|
XPathFactory |
getXPathFactory() |
XPathFunctionResolver |
getXPathFunctionResolver() |
XPathVariableResolver |
getXPathVariableResolver() |
@Nonnull XPathFactory getXPathFactory()
@Nullable XPathVariableResolver getXPathVariableResolver()
@Nullable XPathFunctionResolver getXPathFunctionResolver()
Copyright © 2014–2020 Philip Helger. All rights reserved.