XMLGenerator

Converts an AST to XML. The XML Generator is not supporting all features of Kolasu, at this time. It may be removed in future version of Kolasu.

Constructors

Link copied to clipboard
constructor()

Functions

Link copied to clipboard
fun generateFile(root: Node, file: File)
fun generateFile(result: Result<out Node>, file: File)
Link copied to clipboard
fun generateString(result: Result<out Node>): String
Link copied to clipboard
fun generateXML(result: Result<out Node>): Document