Name

OutputKeys

Synopsis

This class defines string constants that hold the names of the attributes of an <xsl:output> tag in an XSLT stylesheet. These are also legal key values for the Properties object returned by Templates.getOutputProperties( ) and passed to Transformer.setOutputProperties( ).

public class OutputKeys {
// No Constructor
                  // Public Constants
     public static final String CDATA_SECTION_ELEMENTS;      ="cdata-section-elements" 
     public static final String DOCTYPE_PUBLIC;              ="doctype-public"
     public static final String DOCTYPE_SYSTEM;              ="doctype-system" 
     public static final String ENCODING;                    ="encoding"
     public static final String INDENT;                      ="indent" 
     public static final String MEDIA_TYPE;                  ="media-type" 
     public static final String METHOD;                      ="method" 
     public static final String OMIT_XML_DECLARATION; ="omit-xml-declaration" 
     public static final String STANDALONE; ="standalone" 
     public static final String VERSION;                     ="version" 
}

Get Java in a Nutshell, 5th Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.