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

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

공개 메소드들

메소드 설명
GroupBegin ( ) : void
GroupEnd ( ) : void
ParseBegin ( ) : void
ParseEnd ( ) : void
ParseFail ( RtfException reason ) : void
ParseSuccess ( ) : void
TagFound ( IRtfTag tag ) : void
TextFound ( IRtfText text ) : void

보호된 메소드들

메소드 설명
DoGroupBegin ( ) : void
DoGroupEnd ( ) : void
DoParseBegin ( ) : void
DoParseEnd ( ) : void
DoParseFail ( RtfException reason ) : void
DoParseSuccess ( ) : void
DoTagFound ( IRtfTag tag ) : void
DoTextFound ( IRtfText text ) : void

메소드 상세

DoGroupBegin() 보호된 메소드

protected DoGroupBegin ( ) : void
리턴 void

DoGroupEnd() 보호된 메소드

protected DoGroupEnd ( ) : void
리턴 void

DoParseBegin() 보호된 메소드

protected DoParseBegin ( ) : void
리턴 void

DoParseEnd() 보호된 메소드

protected DoParseEnd ( ) : void
리턴 void

DoParseFail() 보호된 메소드

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

DoParseSuccess() 보호된 메소드

protected DoParseSuccess ( ) : void
리턴 void

DoTagFound() 보호된 메소드

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

DoTextFound() 보호된 메소드

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

GroupBegin() 공개 메소드

public GroupBegin ( ) : void
리턴 void

GroupEnd() 공개 메소드

public GroupEnd ( ) : void
리턴 void

ParseBegin() 공개 메소드

public ParseBegin ( ) : void
리턴 void

ParseEnd() 공개 메소드

public ParseEnd ( ) : void
리턴 void

ParseFail() 공개 메소드

public ParseFail ( RtfException reason ) : void
reason RtfException
리턴 void

ParseSuccess() 공개 메소드

public ParseSuccess ( ) : void
리턴 void

TagFound() 공개 메소드

public TagFound ( IRtfTag tag ) : void
tag IRtfTag
리턴 void

TextFound() 공개 메소드

public TextFound ( IRtfText text ) : void
text IRtfText
리턴 void