Package com.rtfparserkit.parser
Interface IRtfParser
-
- All Known Implementing Classes:
RawRtfParser,StandardRtfParser
public interface IRtfParserStandard interface implemented by an RTF parser.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidparse(IRtfSource source, IRtfListener listener)At the point the parser is constructed, a listener will have been supplied by the caller.
-
-
-
Method Detail
-
parse
void parse(IRtfSource source, IRtfListener listener) throws java.io.IOException
At the point the parser is constructed, a listener will have been supplied by the caller. When this method is called, the parser reads RTF data from the source and calls the listener with details of the content.- Throws:
java.io.IOException
-
-