Package org.docx4j.convert.out.html
Class BrWriter
java.lang.Object
org.docx4j.convert.out.common.writer.AbstractSimpleWriter
org.docx4j.convert.out.common.writer.AbstractBrWriter
org.docx4j.convert.out.html.BrWriter
- All Implemented Interfaces:
Writer
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.docx4j.convert.out.common.Writer
Writer.TransformState -
Field Summary
Fields inherited from class org.docx4j.convert.out.common.writer.AbstractBrWriter
WRITER_IDFields inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
writerId -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiontoNode(AbstractWmlConversionContext context, Object unmarshalledNode, Node modelContent, Writer.TransformState state, Document doc) Generate the corresponding document fragmentMethods inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter
createTransformState, getID
-
Constructor Details
-
BrWriter
public BrWriter()
-
-
Method Details
-
toNode
public Node toNode(AbstractWmlConversionContext context, Object unmarshalledNode, Node modelContent, Writer.TransformState state, Document doc) throws TransformerException Description copied from interface:WriterGenerate the corresponding document fragment- Returns:
- Throws:
TransformerException
-