Uses of Class
com.helger.schematron.pure.xpath.XPathConfigBuilder
Packages that use XPathConfigBuilder
-
Uses of XPathConfigBuilder in com.helger.schematron.pure.xpath
Methods in com.helger.schematron.pure.xpath that return XPathConfigBuilderModifier and TypeMethodDescriptionfinal XPathConfigBuilderXPathConfigBuilder.setGlobalXPathFactory(String sGlobalXPathFactory) With Java 11+ module path system, you can't accesscom.sun.org.apache.xpath.internal.jaxp.XPathFactoryImplas packagecom.sun.org.apache.xpath.internal.jaxpis declared in module java.xml, which does not export it.
The only way to use it, is to set/alter thejavax.xml.xpath.XPathFactorysystem property.final XPathConfigBuilderXPathConfigBuilder.setXPathFactory(XPathFactory aXPathFactory) Set theXPathFactoryto use.final XPathConfigBuilderXPathConfigBuilder.setXPathFactoryClass(Class<? extends XPathFactory> aXPathFactoryClass) Set theXPathFactoryclass to instantiate.final XPathConfigBuilderXPathConfigBuilder.setXPathFunctionResolver(XPathFunctionResolver xPathFunctionResolver) final XPathConfigBuilderXPathConfigBuilder.setXPathVariableResolver(XPathVariableResolver xPathVariableResolver)