Package common :: Module dataforms :: Class ExtendedNode
[hide private]
[frames] | no frames]

Class ExtendedNode

source code


Instance Methods [hide private]

Inherited from xmpp.simplexml.Node: __contains__, __delitem__, __getattr__, __getitem__, __init__, __setitem__, __str__, addChild, addData, clearData, delAttr, delChild, getAttr, getAttrs, getChildren, getData, getName, getNamespace, getParent, getPayload, getTag, getTagAttr, getTagData, getTags, has_attr, iterTags, lookup_nsp, setAttr, setData, setName, setNamespace, setParent, setPayload, setTag, setTagAttr, setTagData

Inherited from object: __delattr__, __getattribute__, __hash__, __reduce__, __reduce_ex__, __repr__, __setattr__

Class Methods [hide private]
a new object with type S, a subtype of T
__new__(cls, *a, **b) source code
Class Variables [hide private]

Inherited from xmpp.simplexml.Node: FORCE_NODE_RECREATION

Properties [hide private]

Inherited from object: __class__

Method Details [hide private]

__new__(cls, *a, **b)
Class Method

source code 
Returns: a new object with type S, a subtype of T
Overrides: object.__new__
(inherited documentation)