Printer
haxe.xml.Printer (Class)
This class provides utility methods to convert Xml instances to String representation.
Static Members
Convert Xml
to string representation.
Set pretty
to true
to prettify the result.
Name | Type | Default |
---|---|---|
xml |
Xml | |
pretty |
Bool | false |
Returns |
---|
String |
Private Members
output: StringBuf
pretty: Bool
Name | Type |
---|---|
value |
Xml |
tabs |
String |
Name | Type |
---|---|
input |
String |
newline(): Void
Name | Type |
---|---|
value |
Xml |
Returns |
---|
Bool |
Name | Type |
---|---|
pretty |
Bool |