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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
write(java.lang.String xmlSnippet)
Writes the XML snippet.
-