Interface IRtfParser

    • 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