Package Pyblio :: Package Parsers :: Package Syntax :: Package BibTeX :: Class Reader
[hide private]
[frames] | no frames]

Class Reader

source code

object --+
         |
        Reader
Known Subclasses:
Semantic.BibTeX.Reader

Instance Methods [hide private]
 
__init__(self, charset='ISO8859-1')
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
source code
 
id_add(self, field, stream) source code
 
url_add(self, field, stream) source code
 
date_add(self, field, stream) source code
 
to_text(self, stream) source code
 
text_add(self, field, stream) source code
 
person_add(self, field, stream)
Parse a stream of tokens as a series of person names
source code
 
comment_add(self, stream) source code
 
string_add(self, stream) source code
 
preamble_add(self, stream) source code
 
type_add(self, data) source code
 
record_begin(self) source code
 
record_end(self) source code
 
do_default(self, k, v) source code
 
record_dispatch(self, k, v) source code
 
record_parse(self, record) source code
 
parse(self, fd, db) source code

Inherited from object: __delattr__, __getattribute__, __hash__, __new__, __reduce__, __reduce_ex__, __repr__, __setattr__, __str__

Class Variables [hide private]
  log = logging.getLogger('pyblio.import.bibtex')
Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__init__(self, charset='ISO8859-1')
(Constructor)

source code 
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
Overrides: object.__init__
(inherited documentation)