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 TransformerFactoryConfigurerTransformerFactoryConfigurer. DefaultThe default instance which disables DTD loading but still allows loading of external stylesheets.static TransformerFactoryConfigurerTransformerFactoryConfigurer. NoExternalAccessThe 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 TransformerFactoryConfigurerTransformerFactoryConfigurer.Builder. build()Builds a TransformerFactoryConfigurer.
-