C# Class Itenso.Rtf.Parser.RtfParserListenerFileLogger

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

Méthodes publiques

Méthode Description
Dispose ( ) : void
RtfParserListenerFileLogger ( string fileName ) : System
RtfParserListenerFileLogger ( string fileName, RtfParserLoggerSettings settings ) : System

Méthodes protégées

Méthode Description
DoGroupBegin ( ) : void
DoGroupEnd ( ) : void
DoParseBegin ( ) : void
DoParseEnd ( ) : void
DoParseFail ( RtfException reason ) : void
DoParseSuccess ( ) : void
DoTagFound ( IRtfTag tag ) : void
DoTextFound ( IRtfText text ) : void

Private Methods

Méthode Description
CloseStream ( ) : void
EnsureDirectory ( ) : void
Indent ( ) : string
OpenStream ( ) : void
WriteLine ( ) : void

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

DoGroupBegin() protected méthode

protected DoGroupBegin ( ) : void
Résultat void

DoGroupEnd() protected méthode

protected DoGroupEnd ( ) : void
Résultat void

DoParseBegin() protected méthode

protected DoParseBegin ( ) : void
Résultat void

DoParseEnd() protected méthode

protected DoParseEnd ( ) : void
Résultat void

DoParseFail() protected méthode

protected DoParseFail ( RtfException reason ) : void
reason RtfException
Résultat void

DoParseSuccess() protected méthode

protected DoParseSuccess ( ) : void
Résultat void

DoTagFound() protected méthode

protected DoTagFound ( IRtfTag tag ) : void
tag IRtfTag
Résultat void

DoTextFound() protected méthode

protected DoTextFound ( IRtfText text ) : void
text IRtfText
Résultat void

RtfParserListenerFileLogger() public méthode

public RtfParserListenerFileLogger ( string fileName ) : System
fileName string
Résultat System

RtfParserListenerFileLogger() public méthode

public RtfParserListenerFileLogger ( string fileName, RtfParserLoggerSettings settings ) : System
fileName string
settings RtfParserLoggerSettings
Résultat System