static TransformerFactoryConfigurer |
TransformerFactoryConfigurer.Default |
The default instance which disables DTD loading and extension functions but still
allows loading of external stylesheets.
|
static TransformerFactoryConfigurer |
TransformerFactoryConfigurer.NoDtdButExtensionFunctions |
The instance which disables DTD loading but still
allows loading of external stylesheets and extension functions.
|
static TransformerFactoryConfigurer |
TransformerFactoryConfigurer.NoExternalAccess |
The instance which disables DTD loading as well as loading of
external stylesheets or extension functions.
|
static TransformerFactoryConfigurer |
TransformerFactoryConfigurer.NoExternalAccessButExtensionFunctions |
The instance which disables DTD loading as well as loading of
external stylesheets but allows extension functions.
|
static TransformerFactoryConfigurer |
TransformerFactoryConfigurer.SecureProcessing |
The instance which enables secure processing thus disables all external access as well as execution of extension
functions.
|