QXmpp Version: 1.10.0
|
Public Member Functions | |
virtual bool | isXmppStanza () const |
virtual void | parse (const QDomElement &)=0 |
virtual void | toXml (QXmlStreamWriter *writer) const =0 |
Abstract class for content that can be parsed from DOM and serialized to XML.
If you want to implement a XMPP stanza (IQ, message or presence) then you should use QXmppStanza. Directly inheriting from this class is useful for other elements like stream management elements in the XML stream.
|
inlinevirtual |
Indicates if the QXmppStanza is a stanza in the XMPP sense (i. e. a message, iq or presence)
Reimplemented in QXmppIq, QXmppMessage, and QXmppPresence.
|
pure virtual |
Parses the object from a DOM element.
|
pure virtual |
Serializes the object to XML using a QXmlStreamWriter.