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

Description

Initializes the transformer that writes the XML-Content A SAX Transformer is used that starts a identy transformation to write the new content in a file. The standard lexical-handler is used.

Parameters
org.tm4j.panckoucke.model.AMNode center - the center node
java.lang.Object streamObject - the object where the output is written, can be a OutputStream, a Writer-Object or a URL

Throws

Other Resources

Related Topics