Package com.icl.saxon
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 String
ALLOW_EXTERNAL_FUNCTIONS must be a Boolean()static final String
LINE_NUMBERING must be a Boolean()static final String
MESSAGE_EMITTER_CLASS must be the class name of an Emitterstatic final String
RECOVERY_POLICY must be an Integer: Controller.RECOVER_SILENTLY, Controller.RECOVER_WITH_WARNINGS, or Controller.DO_NOT_RECOVERstatic final String
SOURCE_PARSER_CLASS must be the full class name of an XMLReaderstatic final String
STYLE_PARSER_CLASS must be the full class name of an XMLReaderstatic final String
TIMING must be an Boolean()static final String
TRACE_LISTENER must be a class that implements com.icl.saxon.trace.TraceListenerstatic final String
TREE_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
TIMING must be an Boolean()- See Also:
-
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
LINE_NUMBERING must be a Boolean()- See Also:
-
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()
-