Trees | Index | Help |
|
---|
Module indiclient :: Class indiobject |
|
indimessage
,
indinamedobject
Method Summary | |
---|---|
| |
StringType |
Returns an XML representation of the object |
BooleanType |
Checks whether the object is valid. |
NoneType |
Update this element with data received form the XML Parser. |
NoneType |
Raises an exception if the object is not writable |
Instance Variable Summary | |
---|---|
indixmltag |
tag : The XML tag of the INDI object (see indixmltag ). |
Method Details |
---|
__init__(self,
attrs,
tag)
|
get_xml(self, transfertype)Returns an XML representation of the object
|
is_valid(self)Checks whether the object is valid.
|
update(self, attrs, tag)Update this element with data received form the XML Parser.
|
_check_writeable(self)Raises an exception if the object is not writable
|
Instance Variable Details |
---|
tagThe XML tag of the INDI object (seeindixmltag ).
|
Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Sat Sep 10 10:26:03 2005 | http://epydoc.sf.net |