C# Class RtfDomParser.RTFLex

Afficher le fichier Open project: SourceCodeBackup/RtfDomParser Class Usage Examples

Méthodes publiques

Méthode Description
NextToken ( ) : RTFToken

read next token

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

Initialize instance

Private Methods

Méthode Description
ClearWhiteSpace ( ) : int
ParseKeyword ( RTFToken token ) : void
ParseText ( int c, RTFToken token ) : void

Method Details

NextToken() public méthode

read next token
public NextToken ( ) : RTFToken
Résultat RTFToken

PeekTokenType() public méthode

public PeekTokenType ( ) : RTFTokenType
Résultat RTFTokenType

RTFLex() public méthode

Initialize instance
public RTFLex ( System reader ) : System
reader System reader
Résultat System