javax.xml.transform

Class OutputKeys

public class OutputKeys extends Object

Provides names for XSLT output attributes.

Version: 1.0

Author: Andrew Selkirk

Field Summary
static StringCDATA_SECTION_ELEMENTS
static StringDOCTYPE_PUBLIC
static StringDOCTYPE_SYSTEM
static StringENCODING
static StringINDENT
static StringMEDIA_TYPE
static StringMETHOD
static StringOMIT_XML_DECLARATION
static StringSTANDALONE
static StringVERSION

Field Detail

CDATA_SECTION_ELEMENTS

public static final String CDATA_SECTION_ELEMENTS

DOCTYPE_PUBLIC

public static final String DOCTYPE_PUBLIC

DOCTYPE_SYSTEM

public static final String DOCTYPE_SYSTEM

ENCODING

public static final String ENCODING

INDENT

public static final String INDENT

MEDIA_TYPE

public static final String MEDIA_TYPE

METHOD

public static final String METHOD

OMIT_XML_DECLARATION

public static final String OMIT_XML_DECLARATION

STANDALONE

public static final String STANDALONE

VERSION

public static final String VERSION

Source code is under GPL (with library exception) in the JAXP project at http://www.gnu.org/software/classpathx/jaxp
This documentation was derived from that source code on 2013-01-12.