Class Docx4jMarshallerListener

java.lang.Object
javax.xml.bind.Marshaller.Listener
org.docx4j.jaxb.Docx4jMarshallerListener

public class Docx4jMarshallerListener
extends javax.xml.bind.Marshaller.Listener
  • Field Summary

    Fields 
    Modifier and Type Field Description
    protected static org.slf4j.Logger log  
  • Constructor Summary

    Constructors 
    Constructor Description
    Docx4jMarshallerListener​(javax.xml.stream.XMLStreamWriter xsw, boolean isNewPkg)  
  • Method Summary

    Modifier and Type Method Description
    void beforeMarshal​(java.lang.Object source)  

    Methods inherited from class javax.xml.bind.Marshaller.Listener

    afterMarshal

    Methods inherited from class java.lang.Object

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

    • log

      protected static org.slf4j.Logger log
  • Constructor Details

    • Docx4jMarshallerListener

      public Docx4jMarshallerListener​(javax.xml.stream.XMLStreamWriter xsw, boolean isNewPkg)
  • Method Details

    • beforeMarshal

      public void beforeMarshal​(java.lang.Object source)
      Overrides:
      beforeMarshal in class javax.xml.bind.Marshaller.Listener