Uses of Class
org.xmlunit.util.TransformerFactoryConfigurer.Builder
Package
Description
Internal utilities hiding the differences between .NET and Java
implementations.
-
Uses of TransformerFactoryConfigurer.Builder in org.xmlunit.util
Modifier and TypeMethodDescriptionTransformerFactoryConfigurer.builder()
Creates a builder for TransformerFactoryConfigurers.TransformerFactoryConfigurer.Builder.withAttribute
(String key, Object value) Configures the factory with the given attribute, causes an exception inTransformerFactoryConfigurer.configure(javax.xml.transform.TransformerFactory)
if the attribute is not supported.TransformerFactoryConfigurer.Builder.withDTDLoadingDisabled()
Configures the factory to not load any external DTDs.TransformerFactoryConfigurer.Builder.withExtensionFunctionsDisabled()
Configures the factory to not enable extension functions.TransformerFactoryConfigurer.Builder.withExternalStylesheetLoadingDisabled()
Configures the factory to not parse any DTDs.TransformerFactoryConfigurer.Builder.withFeature
(String key, boolean value) Configures the factory with the given feature, causes an exception inTransformerFactoryConfigurer.configure(javax.xml.transform.TransformerFactory)
if the feature is not supported.TransformerFactoryConfigurer.Builder.withSafeAttribute
(String key, Object value) Configures the factory with the given attribute if it is supported.TransformerFactoryConfigurer.Builder.withSafeFeature
(String key, boolean value) Configures the factory with the given feature if it is supported.TransformerFactoryConfigurer.Builder.withSecureProcessingEnabled()
Configures the factory to enable secure processing which disables all external access as well as execution of extension functions.