|
SMILA (incubation) 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
public abstract class AXmlTransformationPipelet
Abstract base class for XML processing pipelets.
| Field Summary |
|---|
| Fields inherited from class org.eclipse.smila.processing.pipelets.ATransformationPipelet |
|---|
_inputName, _inputPath, _inputType, _log, _outputName, _outputPath, _outputType, ENCODING_ATTACHMENT, PROP_INPUT_NAME, PROP_INPUT_TYPE, PROP_OUTPUT_NAME, PROP_OUTPUT_TYPE |
| Constructor Summary | |
|---|---|
AXmlTransformationPipelet()
|
|
| Method Summary | |
|---|---|
protected org.w3c.dom.Document |
createDocument(Blackboard blackboard,
Id id)
Creates a Document from an Attribute or Attachment. |
protected void |
storeDocument(Blackboard blackboard,
Id id,
org.w3c.dom.Document doc)
Stores a Document in an Attribute or Attachment. |
| Methods inherited from class org.eclipse.smila.processing.pipelets.ATransformationPipelet |
|---|
configure, getInputName, getInputPath, getInputType, getOutputName, getOutputPath, 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 |
| Methods inherited from interface org.eclipse.smila.processing.SimplePipelet |
|---|
process |
| Constructor Detail |
|---|
public AXmlTransformationPipelet()
| Method Detail |
|---|
protected org.w3c.dom.Document createDocument(Blackboard blackboard,
Id id)
throws java.lang.Exception
blackboard - the Blackboardid - the Id of the record
java.lang.Exception - if any error occurs
protected void storeDocument(Blackboard blackboard,
Id id,
org.w3c.dom.Document doc)
throws java.lang.Exception
blackboard - the Blackboardid - the Id of the recorddoc - the Document to save
java.lang.Exception - if any error occurs
|
SMILA (incubation) API documentation | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||