Uses of Class
org.xmlunit.util.TransformerFactoryConfigurer.Builder
Packages that use TransformerFactoryConfigurer.Builder
Package
Description
Internal utilities hiding the differences between .NET and Java
implementations.
-
Uses of TransformerFactoryConfigurer.Builder in org.xmlunit.util
Methods in org.xmlunit.util that return TransformerFactoryConfigurer.BuilderModifier 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.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.