API Overview API Index Package Overview Direct link to this page
JDK 1.6
  javax.xml.transform. OutputKeys View Source
Author(s)
Since
Version
Serial
Hierarchy
 Object
      OutputKeys
Implements
Subclasses
Description
public class OutputKeys
  Provides string constants that can be used to set output properties for a Transformer, or to retrieve output properties from a Transformer or Templates object.
Constructors
private OutputKeys ()
  Default constructor is private on purpose.
Methods
Hide/Show inherited methods
Fields
Hide/Show inherited fields
publicfinalstatic String CDATA_SECTION_ELEMENTS = "cdata-section-elements"
  cdata-section-elements = expanded names.
publicfinalstatic String DOCTYPE_PUBLIC = "doctype-public"
  doctype-public = string.
publicfinalstatic String DOCTYPE_SYSTEM = "doctype-system"
  doctype-system = string.
publicfinalstatic String ENCODING = "encoding"
  encoding = string.
publicfinalstatic String INDENT = "indent"
  indent = "yes" | "no".
publicfinalstatic String MEDIA_TYPE = "media-type"
  media-type = string.
publicfinalstatic String METHOD = "method"
  method = "xml" | "html" | "text" | expanded name.
publicfinalstatic String OMIT_XML_DECLARATION = "omit-xml-declaration"
  omit-xml-declaration = "yes" | "no".
publicfinalstatic String STANDALONE = "standalone"
  standalone = "yes" | "no".
publicfinalstatic String VERSION = "version"
  version = nmtoken.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar