Field Summary |
|
final public static String | CDATA_SECTION_ELEMENTS cdata-section-elements = expanded names.
cdata-section-elements specifies a whitespace delimited
list of the names of elements whose text node children should be output
using CDATA sections.
|
final public static String | DOCTYPE_PUBLIC doctype-public = string. |
final public static String | DOCTYPE_SYSTEM doctype-system = string.
doctype-system specifies the system identifier
to be used in the document type declaration.
If the doctype-system property is specified, the xml output method
should output a document type declaration immediately before the first
element. |
final public static String | ENCODING encoding = string.
encoding specifies the preferred character
encoding that the Transformer should use to encode sequences of
characters as sequences of bytes.
|
final public static String | INDENT indent = "yes" | "no".
indent specifies whether the Transformer may
add additional whitespace when outputting the result tree; the value
must be yes or no .
|
final public static String | MEDIA_TYPE media-type = string.
media-type specifies the media type (MIME
content type) of the data that results from outputting the result
tree.
|
final public static String | METHOD method = "xml" | "html" | "text" | expanded name.
The value of the method property identifies the overall method that
should be used for outputting the result tree. |
final public static String | OMIT_XML_DECLARATION omit-xml-declaration = "yes" | "no". |
final public static String | STANDALONE standalone = "yes" | "no". |
final public static String | VERSION version = nmtoken.
version specifies the version of the output
method.
When the output method is "xml", the version value specifies the
version of XML to be used for outputting the result tree. |