com.icl.saxon
public class FeatureKeys extends Object
Modifier and Type | Field and Description |
---|---|
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
|
Constructor and Description |
---|
FeatureKeys() |
public static final String ALLOW_EXTERNAL_FUNCTIONS
public static final String TIMING
public static final String TREE_MODEL
public static final String TRACE_LISTENER
public static final String LINE_NUMBERING
public static final String RECOVERY_POLICY
public static final String MESSAGE_EMITTER_CLASS
public static final String SOURCE_PARSER_CLASS
public static final String STYLE_PARSER_CLASS