org.tm4j.panckoucke.impl.renderer.AbstractSAXRenderer .buildXML(org.tm4j.panckoucke.model.AMNode center,java.lang.Object streamObject)

Description

This method transfers the abstract model to xml The method is called recursively in order to process the complete abstractModel. The serialisation works in two steps. In the first step the model-graph is traversed, all arcs are serialized and all nodes are cached in a Set. In the second step, all cached nodes are serialized.

Parameters
org.tm4j.panckoucke.model.AMNode center - center node
java.lang.Object streamObject - object where the XML is written to

Throws

Other Resources

Related Topics