escapeForXml

private open fun escapeForXml(in: String): String

convert special symbols like &, >, <, ", ' into xml formal

Return

formatted output string

Parameters

in

input string

Throws