public static final class TransformerOutputProperties.XML extends Object
Based on XSL Transformations (XSLT) 1.0
Modifier and Type | Field and Description |
---|---|
static TransformerOutputProperty<String> |
CDATA_SECTION_ELEMENTS
Specifies a whitespace delimited list of the names of elements whose text
node children should be output using CDATA sections.
|
static TransformerOutputProperty<String> |
DOCTYPE_PUBLIC
See the documentation for the
OutputKeys.DOCTYPE_SYSTEM property for
a description of what the value of the key should be. |
static TransformerOutputProperty<String> |
DOCTYPE_SYSTEM
Specifies the system identifier to be used in the document type declaration.
|
static TransformerOutputProperty<String> |
ENCODING
Specifies the preferred character encoding that the Transformer should use to
encode sequences of characters as sequences of bytes.
|
static TransformerOutputProperty<Boolean> |
INDENT
Specifies whether the Transformer may add additional whitespace when
outputting the result tree.
|
static TransformerOutputProperty<String> |
MEDIA_TYPE
Specifies the media type (MIME content type) of the data that results from
outputting the result tree.
|
static TransformerOutputProperty<String> |
METHOD
The value of the method property identifies the overall method that should be
used for outputting the result tree.
|
static TransformerOutputProperty<Boolean> |
OMIT_XML_DECLARATION
Specifies whether the XSLT processor should output an XML declaration.
|
static TransformerOutputProperty<Boolean> |
STANDALONE
Specifies whether the Transformer should output a standalone document
declaration.
|
static TransformerOutputProperty<String> |
VERSION
Specifies the version of the output method.
|
public static final TransformerOutputProperty<String> METHOD
OutputKeys.METHOD
public static final TransformerOutputProperty<String> VERSION
OutputKeys.VERSION
public static final TransformerOutputProperty<String> ENCODING
OutputKeys.ENCODING
public static final TransformerOutputProperty<Boolean> OMIT_XML_DECLARATION
OutputKeys.OMIT_XML_DECLARATION
public static final TransformerOutputProperty<Boolean> STANDALONE
OutputKeys.STANDALONE
public static final TransformerOutputProperty<String> DOCTYPE_PUBLIC
OutputKeys.DOCTYPE_SYSTEM
property for
a description of what the value of the key should be.OutputKeys.DOCTYPE_PUBLIC
public static final TransformerOutputProperty<String> DOCTYPE_SYSTEM
OutputKeys.DOCTYPE_SYSTEM
public static final TransformerOutputProperty<String> CDATA_SECTION_ELEMENTS
javax.xml.transform
.OutputKeys.CDATA_SECTION_ELEMENTS
public static final TransformerOutputProperty<Boolean> INDENT
OutputKeys.INDENT
public static final TransformerOutputProperty<String> MEDIA_TYPE
OutputKeys.MEDIA_TYPE
Copyright © 2025. All rights reserved.