Package-level declarations

The parser engine: the RtfParser interface, its StandardRtfParser implementation, and RtfParseException.

Types

Link copied to clipboard

Thrown when RTF input is malformed or truncated. Replaces the upstream use of IOException / EOFException in a platform-neutral way.

Link copied to clipboard
interface RtfParser

Parses RTF data from an input source, passing events based on the RTF content to a listener.

Link copied to clipboard

This class builds on the RawRtfParser to provide a parser which can deal with character encodings and Unicode. All of the character data it reads is presented back to the client as Unicode strings to make it as simple as possible to deal with.