14 #include "vcardupdate.h"
22 m_notReady( true ), m_noImage( true ), m_valid( true ), m_hasPhoto( false )
28 m_hash( hash ), m_notReady( false ), m_noImage( false ), m_valid( true ), m_hasPhoto( false )
36 m_notReady( true ), m_noImage( true ), m_valid( false ), m_hasPhoto( false )
72 Tag* p =
new Tag( x,
"photo" );
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.
Tag * findChild(const std::string &name) const
bool setCData(const std::string &cdata)
bool hasChild(const std::string &name, const std::string &attr=EmptyString, const std::string &value=EmptyString) const
bool hasAttribute(const std::string &name, const std::string &value=EmptyString) const
const std::string cdata() const
const std::string & name() const
virtual const std::string & filterString() const
The namespace for the gloox library.
const std::string XMLNS_X_VCARD_UPDATE