Module indiclient :: Class indinamedobject
[show private | hide private]
[frames | no frames]

Class indinamedobject

indiobject --+
             |
            indinamedobject

Known Subclasses:
indielement, indivector

An indiobject that has got a name as well as a label
Method Summary
  __init__(self, attrs, tag)
    Inherited from indiobject
StringType get_xml(self, transfertype)
Returns an XML representation of the object
BooleanType is_valid(self)
Checks whether the object is valid.
NoneType update(self, attrs, tag)
Update this element with data received form the XML Parser.
NoneType _check_writeable(self)
Raises an exception if the object is not writable

Instance Variable Summary
StringType label: label of the INDI object as given in the "label" XML attribute
StringType name: name of the INDI object as given in the "name" XML attribute
    Inherited from indiobject
indixmltag tag: The XML tag of the INDI object (see indixmltag).

Method Details

__init__(self, attrs, tag)
(Constructor)

Parameters:
attrs - The attributes of the XML version of the INDI object.
           (type=DictType)
tag - The XML tag of the object (see indixmltag).
           (type=indixmltag)
Overrides:
indiclient.indiobject.__init__

Instance Variable Details

label

label of the INDI object as given in the "label" XML attribute
Type:
StringType

name

name of the INDI object as given in the "name" XML attribute
Type:
StringType

Generated by Epydoc 2.1 on Sat Sep 10 10:26:04 2005 http://epydoc.sf.net