nodeToString

private open fun nodeToString(destination: StringBuilder, node: Node, indent: Int)

Convert the given Node to an XML String.

Parameters

node

the given Node

indent

how much to indent the output. -1 for no indent.