C# Class Itenso.Rtf.Parser.RtfParserListenerFileLogger

Inheritance: RtfParserListenerBase, IDisposable
Mostra file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL Class Usage Examples

Public Methods

Method Description
Dispose ( ) : void
RtfParserListenerFileLogger ( string fileName ) : System
RtfParserListenerFileLogger ( string fileName, RtfParserLoggerSettings settings ) : System

Protected Methods

Method 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

Method Description
CloseStream ( ) : void
EnsureDirectory ( ) : void
Indent ( ) : string
OpenStream ( ) : void
WriteLine ( ) : void

Method Details

Dispose() public method

public Dispose ( ) : void
return void

DoGroupBegin() protected method

protected DoGroupBegin ( ) : void
return void

DoGroupEnd() protected method

protected DoGroupEnd ( ) : void
return void

DoParseBegin() protected method

protected DoParseBegin ( ) : void
return void

DoParseEnd() protected method

protected DoParseEnd ( ) : void
return void

DoParseFail() protected method

protected DoParseFail ( RtfException reason ) : void
reason RtfException
return void

DoParseSuccess() protected method

protected DoParseSuccess ( ) : void
return void

DoTagFound() protected method

protected DoTagFound ( IRtfTag tag ) : void
tag IRtfTag
return void

DoTextFound() protected method

protected DoTextFound ( IRtfText text ) : void
text IRtfText
return void

RtfParserListenerFileLogger() public method

public RtfParserListenerFileLogger ( string fileName ) : System
fileName string
return System

RtfParserListenerFileLogger() public method

public RtfParserListenerFileLogger ( string fileName, RtfParserLoggerSettings settings ) : System
fileName string
settings RtfParserLoggerSettings
return System