Package net.officefloor.plugin.xml
Interface XmlOutput
- All Known Implementing Classes:
FormattedXmlOutput,WriterXmlOutput
public interface XmlOutput
Contract to output the text of the XML.
- Author:
- Daniel Sagenschneider
-
Method Summary
-
Method Details
-
write
Writes the XML snippet.- Parameters:
xmlSnippet- XML snippet.- Throws:
IOException- If fail to write the XML snippet.
-