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. |
java.lang.String |
getID()
Return the common ID of the Model/Converter/TransformState.
|
org.w3c.dom.Node |
toNode(AbstractWmlConversionContext context,
java.lang.Object unmarshalledNode,
org.w3c.dom.Node content,
Writer.TransformState state,
org.w3c.dom.Document doc)
Generate the corresponding document fragment
|
java.lang.String getID()
org.w3c.dom.Node toNode(AbstractWmlConversionContext context, java.lang.Object unmarshalledNode, org.w3c.dom.Node content, Writer.TransformState state, org.w3c.dom.Document doc) throws javax.xml.transform.TransformerException
context - model - state - doc - javax.xml.transform.TransformerExceptionWriter.TransformState createTransformState()
null, then the passed value in toNode will be null.Copyright © 2007–2023. All rights reserved.