Class FormattedXmlOutput
- java.lang.Object
-
- net.officefloor.plugin.xml.marshall.output.FormattedXmlOutput
-
-
Constructor Summary
Constructors Constructor Description FormattedXmlOutput(XmlOutput delegate, java.lang.String indent)
Initiate.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
write(java.lang.String xmlSnippet)
Writes the XML snippet.
-