Uses of Class
org.xmlunit.util.TransformerFactoryConfigurer
Package
Description
Internal utilities hiding the differences between .NET and Java
implementations.
-
Uses of TransformerFactoryConfigurer in org.xmlunit.util
Modifier and TypeFieldDescriptionstatic final TransformerFactoryConfigurer
TransformerFactoryConfigurer.Default
The default instance which disables DTD loading and extension functions but still allows loading of external stylesheets.static final TransformerFactoryConfigurer
TransformerFactoryConfigurer.NoDtdButExtensionFunctions
The instance which disables DTD loading but still allows loading of external stylesheets and extension functions.static final TransformerFactoryConfigurer
TransformerFactoryConfigurer.NoExternalAccess
The instance which disables DTD loading as well as loading of external stylesheets or extension functions.static final TransformerFactoryConfigurer
TransformerFactoryConfigurer.NoExternalAccessButExtensionFunctions
The instance which disables DTD loading as well as loading of external stylesheets but allows extension functions.static final TransformerFactoryConfigurer
TransformerFactoryConfigurer.SecureProcessing
The instance which enables secure processing thus disables all external access as well as execution of extension functions.Modifier and TypeMethodDescriptionTransformerFactoryConfigurer.Builder.build()
Builds a TransformerFactoryConfigurer.