whitespaceChar

private val whitespaceChar: Char = ' '(source)

Parameters

whitespaceChar

the character to use for replacing whitespaces in the node text when printing. Default is ' '.