Class WriterXmlOutput
- java.lang.Object
- 
- net.officefloor.plugin.xml.marshall.output.WriterXmlOutput
 
- 
- 
Field SummaryFields Modifier and Type Field Description protected java.io.WriterwriterWriterto write XML.
 - 
Constructor SummaryConstructors Constructor Description WriterXmlOutput(java.io.Writer writer)Initiate with theWriter.
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description voidwrite(java.lang.String xmlSnippet)Writes the XML snippet.
 
-