Uses of Interface
com.rtfparserkit.parser.IRtfSource
-
Packages that use IRtfSource Package Description com.rtfparserkit.converter.text com.rtfparserkit.parser com.rtfparserkit.parser.raw com.rtfparserkit.parser.standard -
-
Uses of IRtfSource in com.rtfparserkit.converter.text
Methods in com.rtfparserkit.converter.text with parameters of type IRtfSource Modifier and Type Method Description voidAbstractTextConverter. convert(IRtfSource source)voidStreamTextConverter. convert(IRtfSource source, java.io.OutputStream os, java.lang.String outputCharsetName)voidStringTextConverter. convert(IRtfSource source) -
Uses of IRtfSource in com.rtfparserkit.parser
Classes in com.rtfparserkit.parser that implement IRtfSource Modifier and Type Class Description classRtfStreamSourceImplementation of IRtfSource which will read the RTF file from a stream.classRtfStringSourceThis is a hack...Methods in com.rtfparserkit.parser with parameters of type IRtfSource Modifier and Type Method Description voidIRtfParser. parse(IRtfSource source, IRtfListener listener)At the point the parser is constructed, a listener will have been supplied by the caller. -
Uses of IRtfSource in com.rtfparserkit.parser.raw
Fields in com.rtfparserkit.parser.raw declared as IRtfSource Modifier and Type Field Description private IRtfSourceRawRtfParser. sourceMethods in com.rtfparserkit.parser.raw with parameters of type IRtfSource Modifier and Type Method Description voidRawRtfParser. parse(IRtfSource source, IRtfListener listener)Parse RTF data from an input source. -
Uses of IRtfSource in com.rtfparserkit.parser.standard
Methods in com.rtfparserkit.parser.standard with parameters of type IRtfSource Modifier and Type Method Description voidStandardRtfParser. parse(IRtfSource source, IRtfListener listener)Main entry point: parse RTF data from the input stream, and pass events based on the RTF content to the listener.
-