#include <jinglecontent.h>
Inherits Plugin.
Inheritance diagram for Content:

Public Member Functions | |
| Content () | |
| virtual | ~Content () |
| virtual const std::string & | filterString () const |
| virtual Tag * | tag () const |
You should not need to use this class directly. See Jingle::Session for more info on Jingle.
Definition at line 38 of file jinglecontent.h.
|
|
Creates a new Content wrapper. Definition at line 22 of file jinglecontent.cpp. |
|
|
Virtual destructor. Definition at line 26 of file jinglecontent.cpp. |
|
|
Returns an XPath expression that describes a path to child elements of a jingle element that a plugin handles.
Implements Plugin. Definition at line 30 of file jinglecontent.cpp. |
|
|
Returns a Tag representation of the plugin.
Implements Plugin. Definition at line 36 of file jinglecontent.cpp. |
1.4.1