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.15 $ $Date: 2008/10/06 13:31:41 $
Author:
Anatolij Zubow, Oliver Becker

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_OUTPUT_URI_RESOLVER
          Key for the Joost property OutputURIResolver
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
static String OUTPUT_KEY_SUPPORT_DISABLE_OUTPUT_ESCAPING
          Key for a Joost output property that determines whether the PIs for controlling disable-output-escaping (Result.PI_DISABLE_OUTPUT_ESCAPING and Result.PI_ENABLE_OUTPUT_ESCAPING) will be interpreted or not.
 
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

static final String IDENTITY_TRANSFORM
Internally used for the identity transformation.

See Also:
Constant Field Values

KEY_TH_RESOLVER

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_OUTPUT_URI_RESOLVER

static final String KEY_OUTPUT_URI_RESOLVER
Key for the Joost property OutputURIResolver

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

KEY_XSLT_FACTORY

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

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

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

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

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

OUTPUT_KEY_SUPPORT_DISABLE_OUTPUT_ESCAPING

static final String OUTPUT_KEY_SUPPORT_DISABLE_OUTPUT_ESCAPING
Key for a Joost output property that determines whether the PIs for controlling disable-output-escaping (Result.PI_DISABLE_OUTPUT_ESCAPING and Result.PI_ENABLE_OUTPUT_ESCAPING) will be interpreted or not. Its property value must be a String, either "yes" or "no"

See Also:
Transformer.setOutputProperty(String, String), Constant Field Values