public interface Writer
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Writer.TransformState
Tag interface for a transform state that may be used by the Writer
|
| 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. |
String |
getID()
Return the common ID of the Model/Converter/TransformState.
|
Node |
toNode(AbstractWmlConversionContext context,
Object unmarshalledNode,
Node content,
Writer.TransformState state,
Document doc)
Generate the corresponding document fragment
|
String getID()
Node toNode(AbstractWmlConversionContext context, Object unmarshalledNode, Node content, Writer.TransformState state, Document doc) throws TransformerException
context - model - state - doc - TransformerExceptionWriter.TransformState createTransformState()
null, then the passed value in toNode will be null.Copyright © 2007-2022. All Rights Reserved.