- parse(IRtfSource, IRtfListener) - Method in interface com.rtfparserkit.parser.IRtfParser
-
At the point the parser is constructed, a listener will have been
supplied by the caller.
- parse(IRtfSource, IRtfListener) - Method in class com.rtfparserkit.parser.raw.RawRtfParser
-
Parse RTF data from an input source.
- parse(IRtfSource, IRtfListener) - Method in class com.rtfparserkit.parser.standard.StandardRtfParser
-
Main entry point: parse RTF data from the input stream, and pass events based on
the RTF content to the listener.
- parseHexDigit(int) - Static method in class com.rtfparserkit.utils.HexUtils
-
Parse a hex digit.
- parseHexString(String) - Static method in class com.rtfparserkit.utils.HexUtils
-
Convert a string of hex digits into an array of bytes.
- processBinaryBytes(byte[]) - Method in interface com.rtfparserkit.parser.IRtfListener
-
Event raised by an RTF parser to pass binary bytes.
- processBinaryBytes(byte[]) - Method in class com.rtfparserkit.parser.RtfListenerAdaptor
-
- processBinaryBytes(byte[]) - Method in class com.rtfparserkit.parser.standard.StandardRtfParser
-
Handle event from the RawRtfParser.
- processBinaryBytes(byte[]) - Method in class com.rtfparserkit.utils.RtfDumpListener
-
Write binary data as hex.
- processCharacterBytes(byte[]) - Method in interface com.rtfparserkit.parser.IRtfListener
-
Event raised by the raw RTF parser to pass bytes representing characters.
- processCharacterBytes(byte[]) - Method in class com.rtfparserkit.parser.RtfListenerAdaptor
-
- processCharacterBytes(byte[]) - Method in class com.rtfparserkit.parser.standard.StandardRtfParser
-
Handle event from the RawRtfParser.
- processCharacterBytes(byte[]) - Method in class com.rtfparserkit.utils.RtfDumpListener
-
Write character bytes - note that we cheat, we just convert them
directly to a string for output with no regard to the encoding.
- processCommand(Command, int, boolean, boolean) - Method in class com.rtfparserkit.converter.text.AbstractTextConverter
-
- processCommand(Command, int, boolean, boolean) - Method in interface com.rtfparserkit.parser.IRtfListener
-
Event raised by the RTF parser detailing a command read from the file.
- processCommand(Command, int, boolean, boolean) - Method in class com.rtfparserkit.parser.RtfListenerAdaptor
-
- processCommand(Command, int, boolean, boolean) - Method in class com.rtfparserkit.parser.standard.StandardRtfParser
-
Handle event from the RawRtfParser.
- processCommand(Command, int, boolean, boolean) - Method in class com.rtfparserkit.utils.RtfDumpListener
-
Write a command tag.
- processDocumentEnd() - Method in interface com.rtfparserkit.parser.IRtfListener
-
Event raised when the parser reaches the end of the document.
- processDocumentEnd() - Method in class com.rtfparserkit.parser.RtfListenerAdaptor
-
- processDocumentEnd() - Method in class com.rtfparserkit.parser.standard.StandardRtfParser
-
Handle event from the RawRtfParser.
- processDocumentEnd() - Method in class com.rtfparserkit.utils.RtfDumpListener
-
Create the document trailer.
- processDocumentStart() - Method in interface com.rtfparserkit.parser.IRtfListener
-
Event raised when the parser starts to read the document.
- processDocumentStart() - Method in class com.rtfparserkit.parser.RtfListenerAdaptor
-
- processDocumentStart() - Method in class com.rtfparserkit.parser.standard.StandardRtfParser
-
Handle event from the RawRtfParser.
- processDocumentStart() - Method in class com.rtfparserkit.utils.RtfDumpListener
-
Create the document header.
- processExtractedText(String) - Method in class com.rtfparserkit.converter.text.AbstractTextConverter
-
This method is called to process the test we've extracted from the RTF file.
- processExtractedText(String) - Method in class com.rtfparserkit.converter.text.StreamTextConverter
-
- processExtractedText(String) - Method in class com.rtfparserkit.converter.text.StringTextConverter
-
- processGroupEnd() - Method in class com.rtfparserkit.converter.text.AbstractTextConverter
-
- processGroupEnd() - Method in interface com.rtfparserkit.parser.IRtfListener
-
Event raised when the end of a group is encountered.
- processGroupEnd() - Method in class com.rtfparserkit.parser.RtfListenerAdaptor
-
- processGroupEnd() - Method in class com.rtfparserkit.parser.standard.StandardRtfParser
-
Handle event from the RawRtfParser.
- processGroupEnd() - Method in class com.rtfparserkit.utils.RtfDumpListener
-
Write a group end tag.
- processGroupStart() - Method in class com.rtfparserkit.converter.text.AbstractTextConverter
-
- processGroupStart() - Method in interface com.rtfparserkit.parser.IRtfListener
-
Event raised when the stat of a group is encountered.
- processGroupStart() - Method in class com.rtfparserkit.parser.RtfListenerAdaptor
-
- processGroupStart() - Method in class com.rtfparserkit.parser.standard.StandardRtfParser
-
Handle event from the RawRtfParser.
- processGroupStart() - Method in class com.rtfparserkit.utils.RtfDumpListener
-
Write a group start tag.
- processString(String) - Method in class com.rtfparserkit.converter.text.AbstractTextConverter
-
- processString(String) - Method in interface com.rtfparserkit.parser.IRtfListener
-
Event raised by the RTF parser to pass string data.
- processString(String) - Method in class com.rtfparserkit.parser.RtfListenerAdaptor
-
- processString(String) - Method in class com.rtfparserkit.parser.standard.StandardRtfParser
-
Handle event from the RawRtfParser.
- processString(String) - Method in class com.rtfparserkit.utils.RtfDumpListener
-
Write string data.