Package Peach :: Package Engine :: Module dom :: Class Data
[hide private]

Class Data

source code


Default data container. Children are Field objects.

Instance Methods [hide private]
 
__init__(self, name) source code

Inherited from ElementWithChildren: __contains__, __delitem__, __getitem__, __iter__, __len__, __setitem__, append, firstChild, genElementsByType, has_key, index, insert, lastChild, printDomMap, setDefaults, toXmlDom, updateFromXmlDom, verifyDomMap

Inherited from Element: copy, getFullDataName, getFullname, getRoot, hasChildNode, nextSibling, previousSibling

Static Methods [hide private]

Inherited from Element: getUniqueName

Class Variables [hide private]

Inherited from Element: GuidRegex

Instance Variables [hide private]
  fileName
Name of file containing data to load
  expression
Expression that returns data to load

Inherited from ElementWithChildren: children

Inherited from ElementWithChildren (private): _children, _childrenHash

Inherited from Element: elementType, hasChildren, name, node, parent, ref

Method Details [hide private]

__init__(self, name)
(Constructor)

source code 
Overrides: Element.__init__