Class java.lang.Object javax.xml.transform.OutputKeys

.

public class OutputKeysextends ObjectProvides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object. All the fields in this class are read-only. See Also: section 16 of the XSL Transformations (XSLT) W3C Recommendation

La classe OutputKeys .

Champ
Description
static String CDATA_SECTION_ELEMENTS
cdata-section-elements = expanded names.
static String DOCTYPE_PUBLIC
doctype-public = string
static String DOCTYPE_SYSTEM
doctype-system = string
static String ENCODING
encoding = string
static String INDENT
indent = "yes" | "no"
static String MEDIA_TYPE
media-type = string
static String METHOD
method = "xml" | "html" | "text" | expanded name
static String OMIT_XML_DECLARATION
omit-xml-declaration = "yes" | "no"
static String STANDALONE
standalone = "yes" | "no"
static String VERSION
version = nmtoken.
Méthode
Description
Méthodes héritées à partir de la classe java.lang.Objec.
clone, equals, finalize, getClass, hashCode, notify,
notifyAll, toString, wait, wait, wait.