public class Transformation.XslOutput extends Object
Constructor and Description |
---|
XslOutput() |
Modifier and Type | Method and Description |
---|---|
Set<NamespaceName> |
get_cdata_section_elements() |
String |
get_doctype_public() |
String |
get_doctype_system() |
String |
get_encoding()
See [XSLT 1.0:16], [IANA], [RFC2278].
|
Boolean |
get_indent() |
String |
get_media_type() |
NamespaceName |
get_method_ext()
return an output method beyond the predefined, null-namespace methods.
|
String |
get_method() |
Boolean |
get_omit_xml_declaration() |
Boolean |
get_standalone() |
String |
get_version() |
public String get_method()
public NamespaceName get_method_ext()
public String get_version()
public String get_encoding()
public String get_doctype_public()
public String get_doctype_system()
public String get_media_type()
public Boolean get_omit_xml_declaration()
public Boolean get_standalone()
public Boolean get_indent()
public Set<NamespaceName> get_cdata_section_elements()
see also the complete user documentation .