Syndication
8 #ifndef SYNDICATION_ATOM_CONTENT_H
9 #define SYNDICATION_ATOM_CONTENT_H
11 #include <syndication/elementwrapper.h>
95 Q_REQUIRED_RESULT
QString type()
const;
108 Q_REQUIRED_RESULT
QString src()
const;
120 Q_REQUIRED_RESULT
QString asString()
const;
128 Q_REQUIRED_RESULT
QByteArray asByteArray()
const;
133 Q_REQUIRED_RESULT Format format()
const;
140 Q_REQUIRED_RESULT
bool isContained()
const;
147 Q_REQUIRED_RESULT
bool isXML()
const;
153 Q_REQUIRED_RESULT
bool isBinary()
const;
159 Q_REQUIRED_RESULT
bool isPlainText()
const;
165 Q_REQUIRED_RESULT
bool isEscapedHTML()
const;
173 Q_REQUIRED_RESULT
QString debugInfo()
const;
176 class ContentPrivate;
183 #endif // SYNDICATION_ATOM_CONTENT_H
Format
format of the content.
A wrapper for XML elements.
@ XML
the content is embedded XML
The content element either contains or links the content of an entry.
@ Binary
the content is base64-encoded binary content
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Tue Aug 9 2022 03:52:40 by
doxygen 1.8.17 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.