Package org.docx4j.utils
Class XmlSerializerUtil
java.lang.Object
org.docx4j.utils.XmlSerializerUtil
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
XmlSerializerUtil
public XmlSerializerUtil()
-
-
Method Details
-
serialize
public static void serialize(Source source, Result result, boolean omit_xml_declaration, boolean method_xml) throws Docx4JException - Throws:
Docx4JException
-
serialize
public static void serialize(Source source, Result result, boolean omit_xml_declaration, boolean method_xml, boolean indent) throws Docx4JException - Parameters:
source-result-omit_xml_declaration-method_xml-indent-- Throws:
Docx4JException- Since:
- 3.3.1
-