17 #include "stanzaextension.h"
57 m_error( error ), m_appError( appError )
89 void setAppError(
Tag* appError );
100 const std::string& text(
const std::string& lang =
EmptyString )
const;
115 virtual const std::string& filterString()
const;
120 return new Error( tag );
124 virtual Tag* tag()
const;
129 return new Error( *
this );
135 void setValues(
const Tag* tag );
A stanza error abstraction implemented as a StanzaExtension.
StanzaErrorType type() const
void setText(const std::string &text, const std::string &lang=EmptyString)
Error(StanzaErrorType type, StanzaError error, Tag *appError=0)
virtual StanzaExtension * newInstance(const Tag *tag) const
const Tag * appError() const
StanzaError error() const
virtual StanzaExtension * clone() const
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.
const std::string EmptyString
std::map< std::string, std::string > StringMap