| Home | Trees | Index | Help |
|
|---|
| Package wx :: Module xrc :: Class XmlDocument |
|
object--+ |Object--+ | XmlDocument
Proxy of C++ XmlDocument class
| Method Summary | |
|---|---|
| XmlDocument | __init__(self,
filename,
encoding)
|
__del__(self)
| |
__repr__(self)
| |
| String | GetFileEncoding(self)
|
| XmlNode | GetRoot(self)
|
| String | GetVersion(self)
|
| bool | IsOk(self)
|
| bool | Load(self,
filename,
encoding)
|
| bool | LoadFromStream(self,
stream,
encoding)
|
| bool | Save(self,
filename)
|
| bool | SaveToStream(self,
stream)
|
SetFileEncoding(self,
encoding)
| |
SetRoot(self,
node)
| |
SetVersion(self,
version)
| |
| Inherited from Object | |
Deletes the C++ object this Python object is a proxy for. | |
| String |
Returns the class name of the C++ class using wxRTTI. |
| Inherited from object | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
Return hash(x)... | |
Return a new object with type S, a subtype of T... | |
helper for pickle | |
helper for pickle | |
x.__setattr__('name', value) <==> x.name = value | |
Return str(x)... | |
| Home | Trees | Index | Help |
|
|---|
| Generated by Epydoc 2.1.20050511.rpd on Sat Jun 16 17:00:38 2007 | http://epydoc.sf.net |