xml.Printer

Printer

package haxe-xml

Available on all platforms

This class provides utility methods to convert Xml instances to String representation.

Static methods

static print (xml:Xml, pretty:Bool = false):String

Convert Xml to string representation.

Set pretty to true to prettify the result.