Class BrWriter

All Implemented Interfaces:
Writer

public class BrWriter
extends AbstractBrWriter
  • 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_ID

    Fields inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter

    writerId
  • Constructor Summary

    Constructors 
    Constructor Description
    BrWriter()  
  • Method Summary

    Modifier and Type Method Description
    org.w3c.dom.Node toNode​(AbstractWmlConversionContext context, java.lang.Object unmarshalledNode, org.w3c.dom.Node modelContent, Writer.TransformState state, org.w3c.dom.Document doc)
    Generate the corresponding document fragment

    Methods inherited from class org.docx4j.convert.out.common.writer.AbstractSimpleWriter

    createTransformState, getID

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • toNode

      public org.w3c.dom.Node toNode​(AbstractWmlConversionContext context, java.lang.Object unmarshalledNode, org.w3c.dom.Node modelContent, Writer.TransformState state, org.w3c.dom.Document doc) throws javax.xml.transform.TransformerException
      Description copied from interface: Writer
      Generate the corresponding document fragment
      Returns:
      Throws:
      javax.xml.transform.TransformerException