|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.sf.saxon.event.SaxonOutputKeys
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. These keys are private Saxon keys that supplement the standard keys defined in javax.xml.transform.OutputKeys. As well as Saxon extension attributes, the list includes new attributes defined in XSLT 2.0 which are not yet supported in JAXP
Field Summary | |
static java.lang.String |
BYTE_ORDER_MARK
saxon:byte-order-mark = yes|no. |
static java.lang.String |
CHARACTER_REPRESENTATION
representation = rep1[;rep2]. |
static java.lang.String |
ESCAPE_URI_ATTRIBUTES
escape-uri-attributes = "yes" | "no". |
static java.lang.String |
INCLUDE_CONTENT_TYPE
include-content-type = "yes" | "no". |
static java.lang.String |
INDENT_SPACES
indentSpaces = integer. |
static java.lang.String |
NEXT_IN_CHAIN
saxon:next-in-chain = URI. |
static java.lang.String |
NEXT_IN_CHAIN_BASE_URI
|
static java.lang.String |
REQUIRE_WELL_FORMED
saxon:require-well-formed = yes|no. |
static java.lang.String |
TYPE_INFORMATION
saxon:type-information = none|preserve|strict|lax. |
static java.lang.String |
UNDECLARE_NAMESPACES
include-content-type = "yes" | "no". |
static java.lang.String |
USE_CHARACTER_MAPS
use-character-map = list-of-qnames. |
Constructor Summary | |
SaxonOutputKeys()
|
Method Summary | |
static boolean |
isValidOutputKey(java.lang.String key)
Check that a supplied output key is valid |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String INDENT_SPACES
Defines the number of spaces used for indentation of output
public static final java.lang.String USE_CHARACTER_MAPS
Defines the character maps used in this output definition. The QNames are represented in Clark notation as {uri}local-name.
public static final java.lang.String INCLUDE_CONTENT_TYPE
Indicates whether the META tag is to be added to HTML output
public static final java.lang.String UNDECLARE_NAMESPACES
Indicates XML 1.1 namespace declarations are to be output
public static final java.lang.String ESCAPE_URI_ATTRIBUTES
Indicates whether HTML attributes of type URI are to be URI-escaped
public static final java.lang.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 java.lang.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 java.lang.String NEXT_IN_CHAIN_BASE_URI
public static final java.lang.String TYPE_INFORMATION
Indicates the value of the type-information attribute: "none", "preserve", "strict", "lax"
public static final java.lang.String BYTE_ORDER_MARK
Indicates whether UTF-8/UTF-16 output is to start with a byte order mark. Values are "yes" or "no", default is "no"
public static final java.lang.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".
Constructor Detail |
public SaxonOutputKeys()
Method Detail |
public static final boolean isValidOutputKey(java.lang.String key)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |