Uses of Class
org.xmlunit.util.TransformerFactoryConfigurer
Packages that use TransformerFactoryConfigurer
Package
Description
Internal utilities hiding the differences between .NET and Java
implementations.
-
Uses of TransformerFactoryConfigurer in org.xmlunit.util
Fields in org.xmlunit.util declared as TransformerFactoryConfigurerModifier and TypeFieldDescriptionstatic final TransformerFactoryConfigurerTransformerFactoryConfigurer.DefaultThe default instance which disables DTD loading and extension functions but still allows loading of external stylesheets.static final TransformerFactoryConfigurerTransformerFactoryConfigurer.NoDtdButExtensionFunctionsThe instance which disables DTD loading but still allows loading of external stylesheets and extension functions.static final TransformerFactoryConfigurerTransformerFactoryConfigurer.NoExternalAccessThe instance which disables DTD loading as well as loading of external stylesheets or extension functions.static final TransformerFactoryConfigurerTransformerFactoryConfigurer.NoExternalAccessButExtensionFunctionsThe instance which disables DTD loading as well as loading of external stylesheets but allows extension functions.static final TransformerFactoryConfigurerTransformerFactoryConfigurer.SecureProcessingThe instance which enables secure processing thus disables all external access as well as execution of extension functions.Methods in org.xmlunit.util that return TransformerFactoryConfigurerModifier and TypeMethodDescriptionTransformerFactoryConfigurer.Builder.build()Builds a TransformerFactoryConfigurer.