C# Class Itenso.Rtf.Parser.RtfParser

Inheritance: RtfParserBase
Afficher le fichier Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Méthodes publiques

Méthode Description
RtfParser ( ) : System

Méthodes protégées

Méthode Description
DoParse ( IRtfSource rtfTextSource ) : void

Private Methods

Méthode 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 méthode

protected DoParse ( IRtfSource rtfTextSource ) : void
rtfTextSource IRtfSource
Résultat void

RtfParser() public méthode

public RtfParser ( ) : System
Résultat System