Package com.rtfparserkit.parser
-
Interface Summary Interface Description IRtfListener Listener interface implemented by classes to receive event from an RTF parser.IRtfParser Standard interface implemented by an RTF parser.IRtfSource Classes implementing this interface can be used as the source of RTF data for the parser to consume. -
Class Summary Class Description RtfListenerAdaptor This adaptor class is provided as a convenience for users of the IRtfListener interface.RtfStreamSource Implementation of IRtfSource which will read the RTF file from a stream.RtfStringSource This is a hack...