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;
The content element either contains or links the content of an entry.
Format
format of the content.
@ XML
the content is embedded XML
@ Binary
the content is base64-encoded binary content
A wrapper for XML elements.
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by
doxygen 1.12.0 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.