net.sf.joost.trax
Interface TrAXConstants

All Superinterfaces:
Constants
All Known Implementing Classes:
TemplatesImpl, TransformerFactoryImpl, TransformerImpl, TrAXHelper

public interface TrAXConstants
extends Constants

Common interface for TrAX related constants.

Version:
$Revision: 1.13 $ $Date: 2004/12/17 18:25:49 $
Author:
Anatolij Zubow

Field Summary
static String ALLOW_EXTERNAL_FUNCTIONS
          Key for a Joost property that determines whether calls to Java extension functions are allowed.
static String DEBUG_FEATURE
          Key for the Joost property TransformerFactoryImpl.debugmode
static String IDENTITY_TRANSFORM
          Internally used for the identity transformation.
static String KEY_TH_RESOLVER
          Key for the Joost property TransformerHandlerResolver
static String KEY_XSLT_FACTORY
          Key for the Joost XSLT factory property
static String MESSAGE_EMITTER_CLASS
          Key for the Joost message emitter property (must be the class name or an instance of an STXEmitter) TransformerFactoryImpl.msgEmitter
 
Fields inherited from interface net.sf.joost.Constants
DEBUG, DEFAULT_ENCODING, FEAT_NS, FEAT_NSPREFIX, FEATURE_URI_PREFIX, FUNC_NS, JOOST_EXT_NS, PR_ATTRIBUTES, PR_BUFFER, PR_CHILDREN, PR_CONTINUE, PR_ERROR, PR_SELF, PR_SIBLINGS, STX_NS
 

Field Detail

IDENTITY_TRANSFORM

public static final String IDENTITY_TRANSFORM
Internally used for the identity transformation.

See Also:
Constant Field Values

KEY_TH_RESOLVER

public static final String KEY_TH_RESOLVER
Key for the Joost property TransformerHandlerResolver

See Also:
TransformerFactory.setAttribute(java.lang.String, java.lang.Object), Constant Field Values

KEY_XSLT_FACTORY

public static final String KEY_XSLT_FACTORY
Key for the Joost XSLT factory property

See Also:
TransformerFactory.setAttribute(java.lang.String, java.lang.Object), Constant Field Values

DEBUG_FEATURE

public static final String DEBUG_FEATURE
Key for the Joost property TransformerFactoryImpl.debugmode

See Also:
TransformerFactory.setAttribute(java.lang.String, java.lang.Object), Constant Field Values

MESSAGE_EMITTER_CLASS

public static final String MESSAGE_EMITTER_CLASS
Key for the Joost message emitter property (must be the class name or an instance of an STXEmitter) TransformerFactoryImpl.msgEmitter

See Also:
TransformerFactory.setAttribute(java.lang.String, java.lang.Object), Constant Field Values

ALLOW_EXTERNAL_FUNCTIONS

public static final String ALLOW_EXTERNAL_FUNCTIONS
Key for a Joost property that determines whether calls to Java extension functions are allowed. It's property value must be a Boolean.

See Also:
TransformerFactory.setAttribute(java.lang.String, java.lang.Object), Constant Field Values