C# Class Itenso.Rtf.Parser.RtfParserBase

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

Méthodes publiques

Méthode Description
AddParserListener ( IRtfParserListener listener ) : void
Parse ( IRtfSource rtfTextSource ) : void
RemoveParserListener ( IRtfParserListener listener ) : void

Méthodes protégées

Méthode Description
DoParse ( IRtfSource rtfTextSource ) : void
NotifyGroupBegin ( ) : void
NotifyGroupEnd ( ) : void
NotifyParseBegin ( ) : void
NotifyParseEnd ( ) : void
NotifyParseFail ( RtfException reason ) : void
NotifyParseSuccess ( ) : void
NotifyTagFound ( IRtfTag tag ) : void
NotifyTextFound ( IRtfText text ) : void
RtfParserBase ( ) : System

Method Details

AddParserListener() public méthode

public AddParserListener ( IRtfParserListener listener ) : void
listener IRtfParserListener
Résultat void

DoParse() protected abstract méthode

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

NotifyGroupBegin() protected méthode

protected NotifyGroupBegin ( ) : void
Résultat void

NotifyGroupEnd() protected méthode

protected NotifyGroupEnd ( ) : void
Résultat void

NotifyParseBegin() protected méthode

protected NotifyParseBegin ( ) : void
Résultat void

NotifyParseEnd() protected méthode

protected NotifyParseEnd ( ) : void
Résultat void

NotifyParseFail() protected méthode

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

NotifyParseSuccess() protected méthode

protected NotifyParseSuccess ( ) : void
Résultat void

NotifyTagFound() protected méthode

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

NotifyTextFound() protected méthode

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

Parse() public méthode

public Parse ( IRtfSource rtfTextSource ) : void
rtfTextSource IRtfSource
Résultat void

RemoveParserListener() public méthode

public RemoveParserListener ( IRtfParserListener listener ) : void
listener IRtfParserListener
Résultat void

RtfParserBase() protected méthode

protected RtfParserBase ( ) : System
Résultat System