Package net.officefloor.plugin.xml
Interface XmlOutput
-
- All Known Implementing Classes:
FormattedXmlOutput,WriterXmlOutput
public interface XmlOutputContract to output the text of the XML.- Author:
- Daniel Sagenschneider
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(java.lang.String xmlSnippet)Writes the XML snippet.
-