Interface XmlOutput

All Known Implementing Classes:
FormattedXmlOutput, WriterXmlOutput

public interface XmlOutput
Contract to output the text of the XML.
Author:
Daniel Sagenschneider
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    write(String xmlSnippet)
    Writes the XML snippet.
  • Method Details

    • write

      void write(String xmlSnippet) throws IOException
      Writes the XML snippet.
      Parameters:
      xmlSnippet - XML snippet.
      Throws:
      IOException - If fail to write the XML snippet.