C# Class Docear4Word.BibTex.BibTexParser

Afficher le fichier Open project: JabRef/JabRef4Word Class Usage Examples

Private Properties

Свойство Type Description
Consume Token
Consume Token
ParseAbbreviation void
ParseComment void
ParseEntry Entry
ParsePreamble void
ParseRootEntry void
ParseTag void

Méthodes publiques

Méthode Description
BibTexParser ( BibTexLexer lexer ) : System
Parse ( ) : BibTexDatabase

Private Methods

Méthode Description
Consume ( ) : Token
Consume ( TokenType tokenType ) : Token
ParseAbbreviation ( BibTexDatabase database ) : void
ParseComment ( ) : void
ParseEntry ( BibTexDatabase database, string entryType ) : Entry
ParsePreamble ( ) : void
ParseRootEntry ( BibTexDatabase database ) : void
ParseTag ( BibTexDatabase database, Entry entry, string tagName ) : void

Method Details

BibTexParser() public méthode

public BibTexParser ( BibTexLexer lexer ) : System
lexer BibTexLexer
Résultat System

Parse() public méthode

public Parse ( ) : BibTexDatabase
Résultat BibTexDatabase