Package Pyblio :: Package Parsers :: Package Syntax :: Package BibTeX :: Module Parser
[show private | hide private]
[frames | no frames]

Module Pyblio.Parsers.Syntax.BibTeX.Parser

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 Feb 15 23:19:37 2006 http://epydoc.sf.net