public class XmlDocumentSplitterPipelet extends ATransformationPipelet
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PROP_BEGIN_TAG_NAME
Constant for the property beginTagName.
|
static java.lang.String |
PROP_BEGIN_TAG_NAMESPACE
Constant for the property beginTagNamespace.
|
static java.lang.String |
PROP_END_TAG_NAME
Constant for the property endTagName.
|
static java.lang.String |
PROP_END_TAG_NAMESPACE
Constant for the property endTagNamespace.
|
_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 |
|---|
XmlDocumentSplitterPipelet() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
process(Blackboard blackboard,
java.lang.String[] recordIds)
process given records.
|
configure, getInputName, getInputStream, getInputType, getOutputName, getOutputType, getOutputValueType, isReadFromAttribute, isStoreInAttribute, readInput, readStringInput, storeResult, storeResult, storeResult, storeResultspublic static final java.lang.String PROP_BEGIN_TAG_NAME
public static final java.lang.String PROP_BEGIN_TAG_NAMESPACE
public static final java.lang.String PROP_END_TAG_NAME
public static final java.lang.String PROP_END_TAG_NAMESPACE
public java.lang.String[] process(Blackboard blackboard, java.lang.String[] recordIds) throws ProcessingException
blackboard - Blackboard holding and managing the records.recordIds - Ids of records to process.ProcessingException - error during processing.