| Package | Description |
|---|---|
| org.xmlunit.util |
Internal utilities hiding the differences between .NET and Java
implementations.
|
| Modifier and Type | Method and Description |
|---|---|
static XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.builder()
Creates a builder for XPathFactoryConfigurers.
|
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withExtensionFunctionsDisabled()
Configures the factory to not enable extension functions.
|
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withFeature(String key,
boolean value)
Configures the factory with the given feature, causes an
exception in
XPathFactoryConfigurer.configure(javax.xml.xpath.XPathFactory) if the feature is not
supported. |
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withProperty(String key,
String value)
Configures the factory with the given property, causes an
exception in
XPathFactoryConfigurer.configure(javax.xml.xpath.XPathFactory) if the property is not
supported. |
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withSafeFeature(String key,
boolean value)
Configures the factory with the given feature if it is
supported.
|
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withSafeProperty(String key,
String value)
Configures the factory with the given property if it is
supported.
|
XPathFactoryConfigurer.Builder |
XPathFactoryConfigurer.Builder.withSecureProcessingEnabled()
Configures the factory to enable secure processing which disables all external access as well as execution of
extension functions.
|
Copyright © 2001–2025 XMLUnit. All rights reserved.