C# Class RtfDomParser.RTFLex

Mostra file Open project: SourceCodeBackup/RtfDomParser Class Usage Examples

Public Methods

Method Description
NextToken ( ) : RTFToken

read next token

PeekTokenType ( ) : RTFTokenType
RTFLex ( System reader ) : System

Initialize instance

Private Methods

Method Description
ClearWhiteSpace ( ) : int
ParseKeyword ( RTFToken token ) : void
ParseText ( int c, RTFToken token ) : void

Method Details

NextToken() public method

read next token
public NextToken ( ) : RTFToken
return RTFToken

PeekTokenType() public method

public PeekTokenType ( ) : RTFTokenType
return RTFTokenType

RTFLex() public method

Initialize instance
public RTFLex ( System reader ) : System
reader System reader
return System