Home | Trees | Index | Help |
|
---|
|
ErrorNode
--+
|
StreamErrorNode
Method Summary | |
---|---|
Initialize a StreamErrorNode object. | |
unicode |
Get the message for the error. |
Inherited from ErrorNode | |
| |
libxml2.xmlNode |
Add custom condition element to the error. |
Downgrade an XMPP error element to the legacy format. | |
Free the associated XML node. | |
Free the associated "borrowed" XML node. | |
libxml2.xmlNode |
Get the condition element of the error. |
unicode |
Get the description text from the error element. |
bool |
Check if the error node is a legacy error element. |
str |
Serialize the element node. |
Upgrade a legacy error element to the XMPP compliant one. | |
Evaluate XPath expression on the error element. |
Method Details |
---|
__init__(self,
xmlnode_or_cond,
copy=1,
parent=None)
Initialize a StreamErrorNode object. |
get_message(self)Get the message for the error.
|
Home | Trees | Index | Help |
|
---|
Generated by Epydoc 2.1 on Mon Dec 26 17:57:46 2005 | http://epydoc.sf.net |