Interface XmlOutput

  • All Known Implementing Classes:
    FormattedXmlOutput, WriterXmlOutput

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

      • write

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