Character

An XML character.

Char := [#x9] | [#xA] | [#xD]
      | [#x20-#xD7FF]
      | [#xE000-#xFFFD]
      | [#x10000-#x10FFFF]

See also

Functions

Link copied to clipboard
open operator override fun contains(c: Int): Boolean

Returns true if the unicode codepoint is in this character class.

open operator fun contains(c: XmlChar): Boolean

Returns true if the XML character is in this character class.