| Package | Description |
|---|---|
| com.rtfparserkit.converter.text | |
| com.rtfparserkit.parser | |
| com.rtfparserkit.parser.raw | |
| com.rtfparserkit.parser.standard | |
| com.rtfparserkit.utils |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractTextConverter
This class implements the core of a trivial RTF to text converter.
|
class |
StreamTextConverter
This class implements a trivial RTF to text converter.
|
class |
StringTextConverter
This class implements a trivial RTF to text converter.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RtfListenerAdaptor
This adaptor class is provided as a convenience for users of the IRtfListener
interface.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IRtfParser.parse(IRtfSource source,
IRtfListener listener)
At the point the parser is constructed, a listener will have been
supplied by the caller.
|
| Modifier and Type | Method and Description |
|---|---|
void |
RawRtfParser.parse(IRtfSource source,
IRtfListener listener)
Parse RTF data from an input source.
|
| Modifier and Type | Class and Description |
|---|---|
class |
StandardRtfParser
This class builds on the RawRtfParser to provide a parser which can
deal with character encodings and Unicode.
|
| Modifier and Type | Method and Description |
|---|---|
void |
StandardRtfParser.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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
RtfDumpListener
Trivial class used to convert events generated by an RTF parser into an XML document.
|
Copyright © 2013–2018. All rights reserved.