|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.smila.processing.pipelets.ATransformationPipelet
org.eclipse.smila.processing.pipelets.xmlprocessing.AXmlTransformationPipelet
org.eclipse.smila.processing.pipelets.xmlprocessing.RemoveElementFromXMLPipelet
public class RemoveElementFromXMLPipelet
Pipelet that removes a selected element from an XML document. The possible properties are:
| Field Summary | |
|---|---|
static java.lang.String |
PROP_ELEMENT_ID
Property for the Id of the XML element.. |
| Fields inherited from class org.eclipse.smila.processing.pipelets.ATransformationPipelet |
|---|
_config, _log, ENCODING_ATTACHMENT, PROP_INPUT_NAME, PROP_INPUT_TYPE, PROP_OUTPUT_NAME, PROP_OUTPUT_TYPE |
| Constructor Summary | |
|---|---|
RemoveElementFromXMLPipelet()
|
|
| Method Summary | |
|---|---|
protected void |
processRecord(Blackboard blackboard,
ParameterAccessor paramAccessor,
java.lang.String id)
Processing of a single input record. |
| Methods inherited from class org.eclipse.smila.processing.pipelets.xmlprocessing.AXmlTransformationPipelet |
|---|
createDocument, process, storeDocument |
| Methods inherited from class org.eclipse.smila.processing.pipelets.ATransformationPipelet |
|---|
configure, getInputName, getInputType, getOutputName, getOutputType, isReadFromAttribute, isStoreInAttribute, readInput, readStringInput, storeResult, storeResult, storeResults |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.String PROP_ELEMENT_ID
| Constructor Detail |
|---|
public RemoveElementFromXMLPipelet()
| Method Detail |
|---|
protected void processRecord(Blackboard blackboard,
ParameterAccessor paramAccessor,
java.lang.String id)
throws java.lang.Exception
AXmlTransformationPipelet
processRecord 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 process
java.lang.Exception
|
SMILA 1.0 API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||