public class XslTransformationPipelet extends AXmlTransformationPipelet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_PARAMETERS
The name of the property that indicates to add the attributes of the current record as XSLT parameters.
|
static java.lang.String |
PROP_XSL_FILE
The name of the XSLT file used for the transformation.
|
_config, _log, ENCODING_ATTACHMENT, ENCODING_CHARSET, PROP_INPUT_NAME, PROP_INPUT_TYPE, PROP_OUTPUT_NAME, PROP_OUTPUT_TYPE, PROP_OUTPUT_VALUE_TYPE| Constructor and Description |
|---|
XslTransformationPipelet() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
processRecord(Blackboard blackboard,
ParameterAccessor paramAccessor,
java.lang.String id)
Processing of a single input record.
|
createDocument, process, storeDocument, storeDocumentconfigure, getInputName, getInputStream, getInputType, getOutputName, getOutputType, getOutputValueType, isReadFromAttribute, isStoreInAttribute, readInput, readStringInput, storeResult, storeResult, storeResult, storeResultspublic static final java.lang.String PROP_XSL_FILE
public static final java.lang.String PROP_PARAMETERS
protected void processRecord(Blackboard blackboard, ParameterAccessor paramAccessor, java.lang.String id) throws java.lang.Exception
AXmlTransformationPipeletprocessRecord in class AXmlTransformationPipeletblackboard - Blackboard service managing the records.paramAccessor - Parameter accessor configured with pipelet configuration and current record. Should be used to access
pipelet parameters.id - id of the record to processjava.lang.Exception