C# Class Itenso.Rtf.Parser.RtfParser

Inheritance: RtfParserBase
Datei anzeigen Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
RtfParser ( ) : System

Protected Methods

Method Description
DoParse ( IRtfSource rtfTextSource ) : void

Private Methods

Method Description
DecodeCurrentHexBuffer ( ) : void
FlushText ( ) : void
HandleTag ( TextReader reader, IRtfTag tag ) : bool
IsASCIILetter ( int character ) : bool
IsDigit ( int character ) : bool
IsHexDigit ( int character ) : bool
ParseRtf ( TextReader reader ) : void
ParseTag ( TextReader reader ) : void
PeekNextChar ( TextReader reader, bool mandatory ) : int
ReadOneByte ( TextReader reader ) : int
ReadOneChar ( TextReader reader ) : char
UpdateEncoding ( IRtfTag tag ) : void
UpdateEncoding ( int codePage ) : void

Method Details

DoParse() protected method

protected DoParse ( IRtfSource rtfTextSource ) : void
rtfTextSource IRtfSource
return void

RtfParser() public method

public RtfParser ( ) : System
return System