outputNode
Output the XML Element representing an AST node to given writer.
This method outputs an XML Element with given tag name to writer. It is used recursively for generating nested elements corresponding to AST.
For generating a complete XML document from an AST node, outputDocument should be used instead.
Provided xmlWriter is NOT closed at the end of execution of this method.
Parameters
node
AST node to be converted to XML
name
Tag name of element corresponding to node
xmlWriter
Target to get XML written to
See also
Throws
When any error on outputting XML occours