org.tm4j.panckoucke.impl.renderer .PanckouckeXMLRenderer

Description

Implementation of the renderer Interface, which produces a xml-serialisation of the model

Inheritance Hierarchy

Method Summary
java.lang.String getXML()
returns the actual content of the xmlBuffer this method should be called after a calling renderModel and ensuring that wasModelRendered returns true.
void renderModel(org.tm4j.panckoucke.model.AModel model)
serializes the model to xml-notation.