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 StringALLOW_EXTERNAL_FUNCTIONS
ALLOW_EXTERNAL_FUNCTIONS must be a Boolean()
static StringLINE_NUMBERING
LINE_NUMBERING must be a Boolean()
static StringMESSAGE_EMITTER_CLASS
MESSAGE_EMITTER_CLASS must be the class name of an Emitter
static StringRECOVERY_POLICY
RECOVERY_POLICY must be an Integer: Controller.RECOVER_SILENTLY, Controller.RECOVER_WITH_WARNINGS, or Controller.DO_NOT_RECOVER
static StringSOURCE_PARSER_CLASS
SOURCE_PARSER_CLASS must be the full class name of an XMLReader
static StringSTYLE_PARSER_CLASS
STYLE_PARSER_CLASS must be the full class name of an XMLReader
static StringTIMING
TIMING must be an Boolean()
static StringTRACE_LISTENER
TRACE_LISTENER must be a class that implements com.icl.saxon.trace.TraceListener
static StringTREE_MODEL
TREE_MODEL must be an Integer(): Builder.STANDARD_TREE or Builder.TINY_TREE

Field Detail

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