Package org.docx4j.jaxb
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.Loggerlog -
Constructor Summary
Constructors Constructor Description Docx4jMarshallerListener(javax.xml.stream.XMLStreamWriter xsw, boolean isNewPkg) -
Method Summary
Modifier and Type Method Description voidbeforeMarshal(java.lang.Object source)
-
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:
beforeMarshalin classjavax.xml.bind.Marshaller.Listener
-