Package Pyblio :: Package Parsers :: Package Syntax :: Module XMLEndNote :: Class Reader
[show private | hide private]
[frames | no frames]

Type Reader

object --+
         |
        Reader


Method Summary
  add(self, field, value)
Use this function to add anything to your record.
  clean_tag(self, tag)
  do_default(self, elem)
  id_add(self, field, value)
Deprecated: use add instead.
  parse(self, fd, db)
  person_add(self, field, value)
  process_children(self, elem)
  record_begin(self)
  record_end(self)
  style_genocide(self, elem)
  text_add(self, field, value)
Deprecated: use add instead.
  url_add(self, field, value)
Deprecated: use add instead.
    Inherited from object
  __init__(...)
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
  __delattr__(...)
x.__delattr__('name') <==> del x.name
  __getattribute__(...)
x.__getattribute__('name') <==> x.name
  __hash__(x)
x.__hash__() <==> hash(x)
  __new__(T, S, ...)
T.__new__(S, ...) -> a new object with type S, a subtype of T
  __reduce__(...)
helper for pickle
  __reduce_ex__(...)
helper for pickle
  __repr__(x)
x.__repr__() <==> repr(x)
  __setattr__(...)
x.__setattr__('name', value) <==> x.name = value
  __str__(x)
x.__str__() <==> str(x)

Class Variable Summary
dict id2type = {0: 'Journal Article', 1: 'Book', 2: 'Thesis',...
Logger log = <logging.Logger instance at 0xb77e626c>

Method Details

add(self, field, value)

Use this function to add anything to your record. It's auto-typeing, even for Txo's.

id_add(self, field, value)

Deprecated: use add instead.

text_add(self, field, value)

Deprecated: use add instead.

url_add(self, field, value)

Deprecated: use add instead.

Class Variable Details

id2type

Type:
dict
Value:
{0: 'Journal Article',
 1: 'Book',
 2: 'Thesis',
 3: 'Conference Proceedings',
 4: 'Personal Communication',
 5: 'Newspaper Article',
 6: 'Computer Program',
 7: 'Book Section',
...                                                                    

log

Type:
Logger
Value:
<logging.Logger instance at 0xb77e626c>                                

Generated by Epydoc 2.1 on Wed Feb 15 23:19:37 2006 http://epydoc.sf.net