C# Class Itenso.Rtf.Parser.RtfParserListenerBase

Inheritance: IRtfParserListener
Show file Open project: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

Public Methods

Method Description
GroupBegin ( ) : void
GroupEnd ( ) : void
ParseBegin ( ) : void
ParseEnd ( ) : void
ParseFail ( RtfException reason ) : void
ParseSuccess ( ) : void
TagFound ( IRtfTag tag ) : void
TextFound ( IRtfText text ) : void

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

Method Details

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

GroupBegin() public method

public GroupBegin ( ) : void
return void

GroupEnd() public method

public GroupEnd ( ) : void
return void

ParseBegin() public method

public ParseBegin ( ) : void
return void

ParseEnd() public method

public ParseEnd ( ) : void
return void

ParseFail() public method

public ParseFail ( RtfException reason ) : void
reason RtfException
return void

ParseSuccess() public method

public ParseSuccess ( ) : void
return void

TagFound() public method

public TagFound ( IRtfTag tag ) : void
tag IRtfTag
return void

TextFound() public method

public TextFound ( IRtfText text ) : void
text IRtfText
return void