XmlChar

fun XmlChar(c: Char)

Creates an XML character from a Kotlin character.


fun XmlChar(high: Char, low: Char)

Creates an XML character from a surrogate pair.

Parameters

high

The high-surrogate value.

low

The low-surrogate value.


fun XmlChar(codepoint: Int)

Parameters

codepoint

The unicode codepoint for this XML character.