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)

Variable Summary
int ST_DONE = 2                                                                     
int ST_OPEN = 1                                                                     
int ST_OUT = 0                                                                     

Variable Details

ST_DONE

Type:
int
Value:
2                                                                     

ST_OPEN

Type:
int
Value:
1                                                                     

ST_OUT

Type:
int
Value:
0                                                                     

Generated by Epydoc 2.1 on Sun Sep 24 23:52:43 2006 http://epydoc.sf.net