public class Source extends TransformationRuleElement
Source of a transformationUnit unit is the composition of the content type that the transformationUnit unit expects as well as the input data which will be transformed.
contentType, transformationUnit| Constructor and Description |
|---|
Source() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
fromDOM(Element sourceElm) |
DataSource |
getInput()
Returns the input data handler.
|
String |
getInputID()
Returns the input data handler id.
|
void |
setInputID(String id)
Sets the input data handler id.
|
protected void |
toDOM(Element sourcesElm) |
getContentType, getTransformationUnit, setContentType, setTransformationUnitpublic void setInputID(String id)
id - The input data handler id.public String getInputID()
public DataSource getInput() throws Exception
Exception - If the does not exist.protected void fromDOM(Element sourceElm)
protected void toDOM(Element sourcesElm)
Copyright © 2014. All Rights Reserved.