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;
Content()
creates a null content object.
The content element either contains or links the content of an entry.
Format
format of the content.
@ XML
the content is embedded XML
@ EscapedHTML
the content is escaped HTML, (i.e., "<", ">" etc.
@ PlainText
the content is plain text (i.e.
@ Binary
the content is base64-encoded binary content
ElementWrapper()
creates a element wrapper wrapping a null element.
Atom parser and model classes, representing Atom 1.0 documents (Atom 0.3 documents are converted by t...
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 24 2025 11:48:38 by
doxygen 1.13.2 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.