#include <attention.h>
Inherits StanzaExtension.
Inheritance diagram for Attention:

Public Member Functions | |
| Attention () | |
| virtual | ~Attention () |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *) const |
| virtual Tag * | tag () const |
| virtual StanzaExtension * | clone () const |
Definition at line 34 of file attention.h.
|
|
Constructs a new object from the given Tag. Definition at line 21 of file attention.cpp. |
|
|
Virtual Destructor. Definition at line 26 of file attention.cpp. |
|
|
Returns an identical copy of the current StanzaExtension.
Implements StanzaExtension. Definition at line 61 of file attention.h. |
|
|
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. Definition at line 30 of file attention.cpp. |
|
|
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. Definition at line 52 of file attention.h. |
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. Definition at line 36 of file attention.cpp. |
1.4.1