C# 클래스 Itenso.Rtf.Parser.RtfParserBase

상속: IRtfParser
파일 보기 프로젝트 열기: Shereef/RTF-to-HTML-Converter-Class-Library-DLL

공개 메소드들

메소드 설명
AddParserListener ( IRtfParserListener listener ) : void
Parse ( IRtfSource rtfTextSource ) : void
RemoveParserListener ( IRtfParserListener listener ) : void

보호된 메소드들

메소드 설명
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

메소드 상세

AddParserListener() 공개 메소드

public AddParserListener ( IRtfParserListener listener ) : void
listener IRtfParserListener
리턴 void

DoParse() 보호된 추상적인 메소드

protected abstract DoParse ( IRtfSource rtfTextSource ) : void
rtfTextSource IRtfSource
리턴 void

NotifyGroupBegin() 보호된 메소드

protected NotifyGroupBegin ( ) : void
리턴 void

NotifyGroupEnd() 보호된 메소드

protected NotifyGroupEnd ( ) : void
리턴 void

NotifyParseBegin() 보호된 메소드

protected NotifyParseBegin ( ) : void
리턴 void

NotifyParseEnd() 보호된 메소드

protected NotifyParseEnd ( ) : void
리턴 void

NotifyParseFail() 보호된 메소드

protected NotifyParseFail ( RtfException reason ) : void
reason RtfException
리턴 void

NotifyParseSuccess() 보호된 메소드

protected NotifyParseSuccess ( ) : void
리턴 void

NotifyTagFound() 보호된 메소드

protected NotifyTagFound ( IRtfTag tag ) : void
tag IRtfTag
리턴 void

NotifyTextFound() 보호된 메소드

protected NotifyTextFound ( IRtfText text ) : void
text IRtfText
리턴 void

Parse() 공개 메소드

public Parse ( IRtfSource rtfTextSource ) : void
rtfTextSource IRtfSource
리턴 void

RemoveParserListener() 공개 메소드

public RemoveParserListener ( IRtfParserListener listener ) : void
listener IRtfParserListener
리턴 void

RtfParserBase() 보호된 메소드

protected RtfParserBase ( ) : System
리턴 System