| Package | Description |
|---|---|
| com.helger.schematron.xpath |
| Modifier and Type | Method and Description |
|---|---|
XPathConfigBuilder |
XPathConfigBuilder.setGlobalXPathFactory(String sGlobalXPathFactory)
With Java 11+ module path system, you can't access
com.sun.org.apache.xpath.internal.jaxp.XPathFactoryImpl as
package com.sun.org.apache.xpath.internal.jaxp is declared in
module java.xml, which does not export it. |
XPathConfigBuilder |
XPathConfigBuilder.setXPathFactoryClass(Class<? extends XPathFactory> aXPathFactoryClass) |
XPathConfigBuilder |
XPathConfigBuilder.setXPathFunctionResolver(XPathFunctionResolver xPathFunctionResolver) |
XPathConfigBuilder |
XPathConfigBuilder.setXPathVariableResolver(XPathVariableResolver xPathVariableResolver) |
Copyright © 2014–2020 Philip Helger. All rights reserved.