|
gloox 1.0
|
This is a wrapper of an XHTML-IM (XEP-0071) message body. More...
#include <xhtmlim.h>

Public Member Functions | |
| XHtmlIM (const Tag *xhtml=0) | |
| virtual | ~XHtmlIM () |
| const Tag * | xhtml () const |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *tag) const |
| virtual Tag * | tag () const |
| virtual StanzaExtension * | clone () const |
This is a wrapper of an XHTML-IM (XEP-0071) message body.
Constructs a new object with the given resource string.
| xhtml | XHTML to include. |
Definition at line 21 of file xhtmlim.cpp.
| ~XHtmlIM | ( | ) | [virtual] |
Virtual Destructor.
Definition at line 33 of file xhtmlim.cpp.
| StanzaExtension * clone | ( | ) | const [virtual] |
Returns an identical copy of the current StanzaExtension.
Implements StanzaExtension.
Definition at line 49 of file xhtmlim.cpp.
| const std::string & filterString | ( | ) | const [virtual] |
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension.
Definition at line 38 of file xhtmlim.cpp.
| virtual StanzaExtension* newInstance | ( | const Tag * | tag | ) | const [inline, virtual] |
Returns a new Instance of the derived type. Usually, for a derived class FooExtension, the implementation of this function looks like:
StanzaExtension* FooExtension::newInstance( const Tag* tag ) const { return new FooExtension( tag ); }
Implements StanzaExtension.
| Tag * tag | ( | ) | const [virtual] |
Returns a Tag representation of the extension.
Implements StanzaExtension.
Definition at line 44 of file xhtmlim.cpp.
| const Tag* xhtml | ( | ) | const [inline] |
1.7.4