Package Pyblio :: Package Importers :: Package BibTeX :: Module Reader
[show private | hide private]
[frames | no frames]

Module Pyblio.Importers.BibTeX.Reader

Stream oriented reading of a BibTeX file, with no actual semantic operation on the content. Tries to return _everything_ from the file, including comments, strings,...
Classes
ATComment  
Block A textual block, as a sequence of text and commands
Cache  
Cmd A LaTeX \-command
Comment A bibtex file comment
Context  
IBibTeX  
Join A value, as a concatenation of blocks
Record  
Text  

Exceptions
EndOfFile  

Function Summary
  read(fd, charset)
  _on_open(fd, ctx)
Called at the opening of a record
  _on_out(fd, ctx)
Called when the parser is not in a record

Function Details

_on_open(fd, ctx)

Called at the opening of a record

_on_out(fd, ctx)

Called when the parser is not in a record

Generated by Epydoc 2.1 on Wed Jan 18 23:09:35 2006 http://epydoc.sf.net