public class SaxonOutputKeys extends Object
Modifier and Type | Field and Description |
---|---|
static String |
CHARACTER_REPRESENTATION
representation = rep1[;rep2].
|
static String |
INDENT_SPACES
indentSpaces = integer.
|
static String |
NEXT_IN_CHAIN
saxon:next-in-chain = URI.
|
static String |
NEXT_IN_CHAIN_BASE_URI |
static String |
OMIT_META_TAG
include-html-meta-tag = "yes" | "no".
|
static String |
REQUIRE_WELL_FORMED
saxon:require-well-formed = yes|no.
|
Constructor and Description |
---|
SaxonOutputKeys() |
public static final String INDENT_SPACES
Defines the number of spaces used for indentation of output
public static final String OMIT_META_TAG
Indicates whether the META tag is to be added to HTML output
public static final String CHARACTER_REPRESENTATION
Indicates the preferred way of representing non-ASCII characters in HTML and XML output. rep1 is for characters in the range 128-256, rep2 for those above 256.
public static final String NEXT_IN_CHAIN
Indicates that the output is to be piped into another XSLT stylesheet to perform another transformation. The auxiliary property NEXT_IN_CHAIN_BASE_URI records the base URI of the stylesheet element where this attribute was found.
public static final String NEXT_IN_CHAIN_BASE_URI
public static final String REQUIRE_WELL_FORMED
Indicates whether a user-supplied ContentHandler requires the stream of SAX events to be well-formed (that is, to have a single element node and no text nodes as children of the root). The default is "no".
public static final boolean isValidOutputKey(String key)