TextWriter.this

Write root node and it children to text file.

class TextWriter
this
(,
in int indentSize = 4
)

Parameters

root Node

Root node which need to write.

indentSize int

indentation size of items.

Meta