Class WriterXmlOutput
- java.lang.Object
-
- net.officefloor.plugin.xml.marshall.output.WriterXmlOutput
-
-
Field Summary
Fields Modifier and Type Field Description protected java.io.Writer
writer
Writer
to write XML.
-
Constructor Summary
Constructors Constructor Description WriterXmlOutput(java.io.Writer writer)
Initiate with theWriter
.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(java.lang.String xmlSnippet)
Writes the XML snippet.
-