| Home | Trees | Index | Help |
|---|
| Module libcif :: Class XMLWriter |
|
| Method Summary | |
|---|---|
__init__(self,
file,
encoding)
| |
close(self,
id)
| |
comment(self,
comment)
| |
insert text data to the XML-file | |
element(self,
tag,
text,
attrib,
**extra)
| |
end(self,
tag)
| |
insert raw HTML data to the XML-file | |
start(self,
tag,
attrib,
**extra)
| |
| Method Details |
|---|
data(self, text)insert text data to the XML-file |
rawdata(self, comment)insert raw HTML data to the XML-file |
| Home | Trees | Index | Help |
|---|
| Generated by Epydoc 2.1 on Sun May 22 14:27:15 2005 | http://epydoc.sf.net |