API
HTMLexportingTeXhandler
A BibTex handler that exports entries as HTML.
__init__(fdo)
Constructor
| Parameters: |
|
|---|
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: |
|
|---|
fillTemplate(tpl, fields)
Parses the template and fills it with the given values
| Parameters: |
|
|---|
| Returns: |
|
|---|
closeEntry(entryID)
Closes the entry
| Parameters: |
|
|---|
endDocument()
Called after parsing a document