Class FeatureKeys
java.lang.Object
com.icl.saxon.FeatureKeys
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
FieldsModifier and TypeFieldDescriptionstatic final StringALLOW_EXTERNAL_FUNCTIONS must be a Boolean()static final StringLINE_NUMBERING must be a Boolean()static final StringMESSAGE_EMITTER_CLASS must be the class name of an Emitterstatic final StringRECOVERY_POLICY must be an Integer: Controller.RECOVER_SILENTLY, Controller.RECOVER_WITH_WARNINGS, or Controller.DO_NOT_RECOVERstatic final StringSOURCE_PARSER_CLASS must be the full class name of an XMLReaderstatic final StringSTYLE_PARSER_CLASS must be the full class name of an XMLReaderstatic final StringTIMING must be an Boolean()static final StringTRACE_LISTENER must be a class that implements com.icl.saxon.trace.TraceListenerstatic final StringTREE_MODEL must be an Integer(): Builder.STANDARD_TREE or Builder.TINY_TREE -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
ALLOW_EXTERNAL_FUNCTIONS
ALLOW_EXTERNAL_FUNCTIONS must be a Boolean()- See Also:
-
TIMING
-
TREE_MODEL
TREE_MODEL must be an Integer(): Builder.STANDARD_TREE or Builder.TINY_TREE- See Also:
-
TRACE_LISTENER
TRACE_LISTENER must be a class that implements com.icl.saxon.trace.TraceListener- See Also:
-
LINE_NUMBERING
-
RECOVERY_POLICY
RECOVERY_POLICY must be an Integer: Controller.RECOVER_SILENTLY, Controller.RECOVER_WITH_WARNINGS, or Controller.DO_NOT_RECOVER- See Also:
-
MESSAGE_EMITTER_CLASS
MESSAGE_EMITTER_CLASS must be the class name of an Emitter- See Also:
-
SOURCE_PARSER_CLASS
SOURCE_PARSER_CLASS must be the full class name of an XMLReader- See Also:
-
STYLE_PARSER_CLASS
STYLE_PARSER_CLASS must be the full class name of an XMLReader- See Also:
-
-
Constructor Details
-
FeatureKeys
public FeatureKeys()
-