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