java.lang.Object
com.aquima.interactions.foundation.xml.writer.AbstractXmlWriter
com.aquima.interactions.foundation.xml.writer.XmlWriter
All Implemented Interfaces:
IXmlWriter

public class XmlWriter extends AbstractXmlWriter
Writer to write xml objects to one or more writers.
Since:
7.4
Author:
Jon van Leuven
  • Constructor Details

    • XmlWriter

      public XmlWriter(Writer writer, boolean useIndentation)
      This construct an XML writer with a writer.
      Parameters:
      writer - The writer to write xml result to.
      useIndentation - true to use whitespace indentation for pretty printing.
    • XmlWriter

      public XmlWriter(Writer[] writers, boolean useIndentation)
      This construct an XML writer with multiple writers.
      Parameters:
      writers - The writers to write xml result to.
      useIndentation - true to use whitespace indentation for pretty printing.
  • Method Details