com.icl.saxon
Class FeatureKeys
java.lang.Objectcom.icl.saxon.FeatureKeys
public class FeatureKeys
extends java.lang.Object
FeatureKeys defines a set of constants, names of Saxon configuration
options which can be supplied to the TransformerFactoryImpl interface
static String | ALLOW_EXTERNAL_FUNCTIONS- ALLOW_EXTERNAL_FUNCTIONS must be a Boolean()
|
static String | LINE_NUMBERING- LINE_NUMBERING must be a Boolean()
|
static String | MESSAGE_EMITTER_CLASS- MESSAGE_EMITTER_CLASS must be the class name of an Emitter
|
static String | RECOVERY_POLICY- RECOVERY_POLICY must be an Integer: Controller.RECOVER_SILENTLY,
Controller.RECOVER_WITH_WARNINGS, or Controller.DO_NOT_RECOVER
|
static String | SOURCE_PARSER_CLASS- SOURCE_PARSER_CLASS must be the full class name of an XMLReader
|
static String | STYLE_PARSER_CLASS- STYLE_PARSER_CLASS must be the full class name of an XMLReader
|
static String | TIMING- TIMING must be an Boolean()
|
static String | TRACE_LISTENER- TRACE_LISTENER must be a class that implements com.icl.saxon.trace.TraceListener
|
static String | TREE_MODEL- TREE_MODEL must be an Integer(): Builder.STANDARD_TREE or Builder.TINY_TREE
|
ALLOW_EXTERNAL_FUNCTIONS
public static final String ALLOW_EXTERNAL_FUNCTIONS
ALLOW_EXTERNAL_FUNCTIONS must be a Boolean()
LINE_NUMBERING
public static final String LINE_NUMBERING
LINE_NUMBERING must be a Boolean()
MESSAGE_EMITTER_CLASS
public static final String MESSAGE_EMITTER_CLASS
MESSAGE_EMITTER_CLASS must be the class name of an Emitter
RECOVERY_POLICY
public static final String RECOVERY_POLICY
RECOVERY_POLICY must be an Integer: Controller.RECOVER_SILENTLY,
Controller.RECOVER_WITH_WARNINGS, or Controller.DO_NOT_RECOVER
SOURCE_PARSER_CLASS
public static final String SOURCE_PARSER_CLASS
SOURCE_PARSER_CLASS must be the full class name of an XMLReader
STYLE_PARSER_CLASS
public static final String STYLE_PARSER_CLASS
STYLE_PARSER_CLASS must be the full class name of an XMLReader
TIMING
public static final String TIMING
TIMING must be an Boolean()
TRACE_LISTENER
public static final String TRACE_LISTENER
TRACE_LISTENER must be a class that implements com.icl.saxon.trace.TraceListener
TREE_MODEL
public static final String TREE_MODEL
TREE_MODEL must be an Integer(): Builder.STANDARD_TREE or Builder.TINY_TREE