17 #include "dataformfieldcontainer.h"
18 #include "adhocplugin.h"
28 class DataFormReported;
103 const std::string&
title()
const {
return m_title; }
110 void setTitle(
const std::string& title ) { m_title = title; }
158 bool parse(
const Tag* tag );
166 virtual const std::string& filterString()
const;
175 virtual Tag* tag()
const;
A base class for Adhoc Command plugins (DataForm, IO Data, ...).
This class abstracts a stanza extension, which is usually an XML child element in a specific namespac...
This is an abstraction of an XML element.
The namespace for the gloox library.
std::list< std::string > StringList
const std::string EmptyString