Package-level declarations

Types

Link copied to clipboard

An XmlStreamReader that provides XmlToken elements from an XmlLexer. This class internally maintains a peek state, lastToken, etc., but delegates all parsing operations to the scanner.

Link copied to clipboard
class StringTextStream(source: String)

A stream of text characters that can be processed sequentially. This stream maintains a current position (i.e., offset in the string) from which all reading operations begin. The stream is advanced by read operations. The stream is not advanced by peek operations.

Link copied to clipboard
class XmlLexer(source: StringTextStream)

A lexer that scans a StringTextStream and reads XmlToken elements.