com.tibco.bw.plugin.config.xml
Interface TransformXmlConfigProps

All Superinterfaces:
CommonProps

public interface TransformXmlConfigProps
extends CommonProps

The set of all configuration properties of the Transform XML Activity.


Field Summary
static byte INPUT_OUTPUT_STLYE
          This is the Input and Output Style configuration property.
static byte STYLESHEET
          This is the Stylesheet configuration property.
static byte XSLT_ENGINE
          This is the XSLT Engine configuration property.
 
Fields inherited from interface com.tibco.bw.plugin.config.CommonProps
DESCRIPTION, NAME, UNRESERVED_PROPERTY
 

Field Detail

STYLESHEET


static final byte STYLESHEET
This is the Stylesheet configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

INPUT_OUTPUT_STLYE


static final byte INPUT_OUTPUT_STLYE
This is the Input and Output Style configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values

XSLT_ENGINE


static final byte XSLT_ENGINE
This is the XSLT Engine configuration property.

The type of this configuration property is java.lang.String

See Also:
Constant Field Values


Copyright @ 2010, TIBCO Softwares (Inc). All right reserved