Uses of Class
org.xmlunit.util.XPathFactoryConfigurer.Builder
Packages that use XPathFactoryConfigurer.Builder
Package
Description
Internal utilities hiding the differences between .NET and Java
implementations.
-
Uses of XPathFactoryConfigurer.Builder in org.xmlunit.util
Methods in org.xmlunit.util that return XPathFactoryConfigurer.BuilderModifier and TypeMethodDescriptionXPathFactoryConfigurer.builder()Creates a builder for XPathFactoryConfigurers.XPathFactoryConfigurer.Builder.withExtensionFunctionsDisabled()Configures the factory to not enable extension functions.XPathFactoryConfigurer.Builder.withFeature(String key, boolean value) Configures the factory with the given feature, causes an exception inXPathFactoryConfigurer.configure(javax.xml.xpath.XPathFactory)if the feature is not supported.XPathFactoryConfigurer.Builder.withProperty(String key, String value) Configures the factory with the given property, causes an exception inXPathFactoryConfigurer.configure(javax.xml.xpath.XPathFactory)if the property is not supported.XPathFactoryConfigurer.Builder.withSafeFeature(String key, boolean value) Configures the factory with the given feature if it is supported.XPathFactoryConfigurer.Builder.withSafeProperty(String key, String value) Configures the factory with the given property if it is supported.XPathFactoryConfigurer.Builder.withSecureProcessingEnabled()Configures the factory to enable secure processing which disables all external access as well as execution of extension functions.