API
BibTeXhandler
The base class for handlers for processing BibTeX
__init__()
Constructor
Does nothing.
startDocument()
Called at the begin of a document's processing
addStringDefinition(key, value)
Adds the definition of a string
| Parameters: |
|
|---|
addComment(key, value)
Adds a comment
| Parameters: |
|
|---|
todo: Check semantics
startEntry(entryID)
Called if a new entry is started to being parsed.
| Parameters: |
|
|---|
addField(entryID, key, value)
Called if a new attribute of an entry shall be added.
| Parameters: |
|
|---|
addField2(entryID, key, pairs)
Called if a new attribute consisting of multiple named fields shall be added.
This is only used when parsing JabRef file-fields.
| Parameters: |
|
|---|
closeEntry(entryID)
Closes the entry
| Parameters: |
|
|---|
endDocument()
Called after parsing a document