C# Class Itenso.Rtf.Parser.RtfParserListenerBase

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

Méthodes publiques

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

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

Method Details

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

GroupBegin() public méthode

public GroupBegin ( ) : void
Résultat void

GroupEnd() public méthode

public GroupEnd ( ) : void
Résultat void

ParseBegin() public méthode

public ParseBegin ( ) : void
Résultat void

ParseEnd() public méthode

public ParseEnd ( ) : void
Résultat void

ParseFail() public méthode

public ParseFail ( RtfException reason ) : void
reason RtfException
Résultat void

ParseSuccess() public méthode

public ParseSuccess ( ) : void
Résultat void

TagFound() public méthode

public TagFound ( IRtfTag tag ) : void
tag IRtfTag
Résultat void

TextFound() public méthode

public TextFound ( IRtfText text ) : void
text IRtfText
Résultat void