Home | Trees | Indices | Help |
---|
|
object --+ | Node
The base class for any class which represents data that could be mapped into XML DOM structure.
This class provides some basic functionality and lets programmer avoid repetetive tasks by automating it.See Also: NodeManager
|
|||
__metaclass__ The class keeps track of all the subclasses of Node
class.
|
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
|
|||
|
|
|||
|
|
|||
_fields =
list of meta-Fields of this class. |
|
|||
Inherited from |
|
Field found in the class
itself, the instance will have a field initialized to the default value
specified in the meta-Field, or one of the Field allowed
values, or None .
|
price = price_t(value = 10, currency = 'USD')is equivalent to (and preferred over): price = price_t() price.value = 10 price.currency = 'USD'
|
Home | Trees | Indices | Help |
---|
Generated by Epydoc 3.0beta1 on Sun Sep 7 23:26:45 2008 | http://epydoc.sourceforge.net |