Package-level declarations

Defines an XML character type and codepoint reader.

Types

Link copied to clipboard
value class XmlChar(val codepoint: Int) : Comparable<XmlChar>

Represents an XML character.

Link copied to clipboard

Creates a reader that enumerates the codepoints in a character sequence.