public class RemoveElementFromXMLPipelet extends AXmlTransformationPipelet
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
PROP_ELEMENT_ID
Property for the Id of the XML element..
|
_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 |
---|
RemoveElementFromXMLPipelet() |
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, storeDocument
configure, getInputName, getInputStream, getInputType, getOutputName, getOutputType, getOutputValueType, isReadFromAttribute, isStoreInAttribute, readInput, readStringInput, storeResult, storeResult, storeResult, storeResults
public static final java.lang.String PROP_ELEMENT_ID
protected void processRecord(Blackboard blackboard, ParameterAccessor paramAccessor, java.lang.String id) throws java.lang.Exception
AXmlTransformationPipelet
processRecord
in class AXmlTransformationPipelet
blackboard
- 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