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

Class Writer

source code

object --+
         |
        Writer

Instance Methods [hide private]
 
_encode(self, txt) source code
 
text_add(self, text, tag) source code
 
keywords_add(self, keywords) source code
 
person_add(self, persons, tag='AUTHOR') source code
 
header_add(self, key, reftype) source code
 
record_parse(self, record) source code
 
write(self, fd, rs, db) source code

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

Class Variables [hide private]
  log = logging.getLogger('pyblio.export.xmlendnote')
  type2id = {'Artwork': 13, 'Audiovisual Material': 12, 'Bill': ...
  _charref = re.compile(r'.*&#(\d+);')
  x = (31, 'Generic')
Properties [hide private]

Inherited from object: __class__

Class Variable Details [hide private]

type2id

Value:
{'Artwork': 13,
 'Audiovisual Material': 12,
 'Bill': 17,
 'Book': 1,
 'Book Section': 7,
 'Case': 18,
 'Chart or Table': 26,
 'Computer Program': 6,
...