public static final class TransformerOutputProperties.Xalan extends Object
Based on revision 1595241 of the official Xalan documentation
Modifier and Type | Field and Description |
---|---|
static TransformerOutputProperty<Class<?>> |
CONTENT_HANDLER
The content handling class specifies the default name of the Java class that
implements the
ContentHandler interface and receives
calls during result tree serialization. |
static TransformerOutputProperty<String> |
ENTITIES
type: string, only xml and html, default varies
|
static TransformerOutputProperty<Integer> |
INDENT_AMOUNT
The amount of characters used when indenting.
|
static TransformerOutputProperty<Boolean> |
OMIT_META_TAG
type: boolean, default: no, only html
|
static TransformerOutputProperty<Boolean> |
USE_URL_ESCAPING
type: boolean, default: yes, only html
|
public static final TransformerOutputProperty<Class<?>> CONTENT_HANDLER
ContentHandler
interface and receives
calls during result tree serialization. If you specify an alternate Java
class it must implement the ContentHandler interface.
The default value for XML is org.apache.xml.serializer.ToXMLStream
,
for HTML it is org.apache.xml.serializer.ToHTMLStream
and for Text it
is org.apache.xml.serializer.ToTextStream
.
public static final TransformerOutputProperty<Integer> INDENT_AMOUNT
Used for XML and HTML only. The default value is 0
.
public static final TransformerOutputProperty<String> ENTITIES
public static final TransformerOutputProperty<Boolean> USE_URL_ESCAPING
public static final TransformerOutputProperty<Boolean> OMIT_META_TAG
Copyright © 2025. All rights reserved.