| Home | Trees | Index | Help |
|
|---|
|
Package dopal ::
Module xmlutils ::
Class UXMLObject
|
|
_XMLObjectBase --+
|
UXMLObject
An object representing a block of XML.
Any string which is added to this block (either through theadd_content or add_attribute methods should be a unicode
string, rather than a byte string. If it is a byte string, then it must
be a string which contains text in the system's default encoding -
attempting to add text encoding in other formats is not allowed.
| Method Summary | |
|---|---|
__unicode__(self)
| |
encode(self,
encoding)
| |
to_string(self,
out,
indent)
| |
| Inherited from _XMLObjectBase | |
| |
| |
| |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1 on Wed May 03 14:22:33 2006 | http://epydoc.sf.net |