Module libcif :: Class XMLWriter
[show private | hide private]
[frames | no frames]

Class XMLWriter


Method Summary
  __init__(self, file, encoding)
  close(self, id)
  comment(self, comment)
  data(self, text)
insert text data to the XML-file
  element(self, tag, text, attrib, **extra)
  end(self, tag)
  rawdata(self, comment)
insert raw HTML data to the XML-file
  start(self, tag, attrib, **extra)
  __flush(self)

Method Details

data(self, text)

insert text data to the XML-file

rawdata(self, comment)

insert raw HTML data to the XML-file

Generated by Epydoc 2.1 on Sun May 22 14:27:15 2005 http://epydoc.sf.net