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

Class Hint

source code


Hints can be a child of DataElements. They provide hints to mutators about the data element. Hints can be things like finer grained type information like "type=xml" or possibly hints about related data values "related=Foo".

Hints are optional bits of meta data.

Instance Methods [hide private]
 
__init__(self, name, parent) 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]

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, parent)
(Constructor)

source code 
Overrides: Element.__init__