Class AbstractMessageWriter

java.lang.Object
org.docx4j.convert.out.common.writer.AbstractMessageWriter

public abstract class AbstractMessageWriter
extends java.lang.Object
See /docs/developer/Convert_Out.docx for an overview of the design.
Author:
Alberto Zerolo
  • Constructor Summary

    Constructors 
    Constructor Description
    AbstractMessageWriter()  
  • Method Summary

    Modifier and Type Method Description
    protected abstract java.lang.String getOutputPrefix()  
    protected abstract java.lang.String getOutputSuffix()  
    org.w3c.dom.DocumentFragment message​(AbstractConversionContext context, java.lang.String message)  
    org.w3c.dom.DocumentFragment notImplemented​(AbstractConversionContext context, org.w3c.dom.traversal.NodeIterator nodes, java.lang.String message)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait