Home | Trees | Index | Help |
|
---|
|
object
--+
|
StanzaPayloadWrapperObject
DiscoIdentity
,
DiscoInfo
,
DiscoItem
,
DiscoItems
,
MucXBase
Base class for objects that may be used as XMPP stanza payload and maintain an internal XML representation of self.
Provides as_xml
method. Objects of derived classes must have the xmlnode
attribute.
Please note that not all classes derived from StanzaPayloadWrapperObject
should be
used directly as stanza payload. Some of them are parts of higher level objects.
Method Summary | |
---|---|
libxml2.xmlNode or libxml2.xmlDoc |
Get the XML representation of self . |
Inherited from object | |
x.__init__(...) initializes x; see x.__class__.__doc__ for signature | |
x.__delattr__('name') <==> del x.name | |
x.__getattribute__('name') <==> x.name | |
x.__hash__() <==> hash(x) | |
T.__new__(S, ...) -> a new object with type S, a subtype of T | |
helper for pickle | |
helper for pickle | |
x.__repr__() <==> repr(x) | |
x.__setattr__('name', value) <==> x.name = value | |
x.__str__() <==> str(x) |
Instance Variable Summary | |
---|---|
libxml2.xmlNode |
xmlnode : XML node of the object. |
Method Details |
---|
as_xml(self, parent=None, doc=None)Get the XML representation of New document will be created if no
|
Instance Variable Details |
---|
xmlnodeXML node of the object.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:31 2005 | http://epydoc.sf.net |