Class WriterXmlOutput
java.lang.Object
net.officefloor.plugin.xml.marshall.output.WriterXmlOutput
- All Implemented Interfaces:
XmlOutput
- Author:
- Daniel Sagenschneider
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
writer
Writerto write XML.
-
-
Constructor Details
-
Method Details
-
write
Description copied from interface:XmlOutputWrites the XML snippet.- Specified by:
writein interfaceXmlOutput- Parameters:
xmlSnippet- XML snippet.- Throws:
IOException- If fail to write the XML snippet.
-