public final class Method
extends java.lang.Object
The default output methods defined are:
OutputPropertiesFactory
,
Serializer
Modifier and Type | Field | Description |
---|---|---|
static java.lang.String |
HTML |
The output method type for HTML documents: html.
|
static java.lang.String |
TEXT |
The output method type for text documents: text.
|
static java.lang.String |
UNKNOWN |
The "internal" method, just used when no method is
specified in the style sheet, and a serializer of this type wraps either an
XML or HTML type (depending on the first tag in the output being html or
not)
|
static java.lang.String |
XHTML |
The output method for XHTML documents: xhtml.
|
static java.lang.String |
XML |
The output method type for XML documents: xml.
|
public static final java.lang.String XML
public static final java.lang.String HTML
public static final java.lang.String XHTML
This method type is not currently supported.
public static final java.lang.String TEXT
public static final java.lang.String UNKNOWN
Copyright ? 2014 Apache XML Project. All Rights Reserved.