public abstract class AbstractSimpleWriter extends java.lang.Object implements Writer
Writer.TransformState| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
writerId |
| Modifier | Constructor and Description |
|---|---|
protected |
AbstractSimpleWriter(java.lang.String writerId) |
| Modifier and Type | Method and Description |
|---|---|
Writer.TransformState |
createTransformState()
Create a new instance of the TransformState it uses.
It may return null, then the passed value in toNode will be null. |
java.lang.String |
getID()
Return the common ID of the Model/Converter/TransformState.
|
public java.lang.String getID()
Writerpublic Writer.TransformState createTransformState()
Writernull, then the passed value in toNode will be null.createTransformState in interface WriterCopyright © 2007–2023. All rights reserved.