| Package | Description |
|---|---|
| org.xmlunit.util |
Internal utilities hiding the differences between .NET and Java
implementations.
|
| Modifier and Type | Field and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
TransformerFactoryConfigurer |
TransformerFactoryConfigurer.Builder.build()
Builds a TransformerFactoryConfigurer.
|
Copyright © 2001–2025 XMLUnit. All rights reserved.