Package cz.vutbr.fit.layout.io
Class XMLBoxOutput
- java.lang.Object
-
- cz.vutbr.fit.layout.io.XMLBoxOutput
-
public class XMLBoxOutput extends Object
Dumps a box tree into a XML file- Author:
- burgetr
-
-
Field Summary
Fields Modifier and Type Field Description protected boolean
produceHeader
Should we produce the XML header?
-
Constructor Summary
Constructors Constructor Description XMLBoxOutput(boolean produceHeader)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
dumpTo(Page tree, PrintWriter out)
Formats the complete tag tree to an output stream
-
-
-
Method Detail
-
dumpTo
public void dumpTo(Page tree, PrintWriter out)
Formats the complete tag tree to an output stream
-
-