Uses of Class
org.xmlunit.util.TransformerFactoryConfigurer
-
Packages that use TransformerFactoryConfigurer Package Description org.xmlunit.util Internal utilities hiding the differences between .NET and Java implementations. -
-
Uses of TransformerFactoryConfigurer in org.xmlunit.util
Fields in org.xmlunit.util declared as TransformerFactoryConfigurer Modifier and Type Field Description static TransformerFactoryConfigurer
TransformerFactoryConfigurer. Default
The default instance which disables DTD loading but still allows loading of external stylesheets.static TransformerFactoryConfigurer
TransformerFactoryConfigurer. NoExternalAccess
The instance which disables DTD loading as well as loading of external stylesheets.Methods in org.xmlunit.util that return TransformerFactoryConfigurer Modifier and Type Method Description TransformerFactoryConfigurer
TransformerFactoryConfigurer.Builder. build()
Builds a TransformerFactoryConfigurer.
-