Class XmlSerializerUtil

java.lang.Object
org.docx4j.utils.XmlSerializerUtil

public class XmlSerializerUtil
extends java.lang.Object
  • Constructor Summary

    Constructors 
    Constructor Description
    XmlSerializerUtil()  
  • Method Summary

    Modifier and Type Method Description
    static void serialize​(javax.xml.transform.Source source, javax.xml.transform.Result result, boolean omit_xml_declaration, boolean method_xml)  
    static void serialize​(javax.xml.transform.Source source, javax.xml.transform.Result result, boolean omit_xml_declaration, boolean method_xml, boolean indent)  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • serialize

      public static void serialize​(javax.xml.transform.Source source, javax.xml.transform.Result result, boolean omit_xml_declaration, boolean method_xml) throws Docx4JException
      Throws:
      Docx4JException
    • serialize

      public static void serialize​(javax.xml.transform.Source source, javax.xml.transform.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