#include <disco.h>
Inherits StanzaExtension.
Inheritance diagram for Disco::Items:

Public Member Functions | |
| Items (const std::string &node=EmptyString) | |
| virtual | ~Items () |
| void | setItems (const ItemList &items) |
| const std::string & | node () const |
| const ItemList & | items () const |
| virtual const std::string & | filterString () const |
| virtual StanzaExtension * | newInstance (const Tag *tag) const |
| virtual Tag * | tag () const |
| virtual StanzaExtension * | clone () const |
Definition at line 275 of file disco.h.
|
|
Creates an empty Items object, suitable for making disco#items requests.
|
|
|
Virtual destructor. |
|
|
Returns an identical copy of the current StanzaExtension.
Implements StanzaExtension. |
|
|
Returns an XPath expression that describes a path to child elements of a stanza that an extension handles.
Implements StanzaExtension. |
|
|
Returns the entity's/node's items.
|
|
|
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. |
|
|
Returns the queried node identifier, if any.
|
|
|
This function can be used to set the entity's/node's items.
|
|
|
Returns a Tag representation of the extension.
Implements StanzaExtension. |
1.4.1