Syndication
rss2/image.cpp
QString text() const
Returns the wrapped element's text or an empty string.
Definition elementwrapper.cpp:254
bool isNull() const
returns whether the wrapped element is a null element
Definition elementwrapper.cpp:68
QString extractElementTextNS(const QString &namespaceURI, const QString &localName) const
extracts the text from a child element, respecting namespaces.
Definition elementwrapper.cpp:162
QString description() const
optional text that can be included in the TITLE attribute of the link formed around the image in HTML...
Definition rss2/image.cpp:63
QString link() const
The URL of the site, when the channel is rendered, the image should be a link to the site.
Definition rss2/image.cpp:36
QString title() const
Describes the image, can be used in the ALT attribute of the HTML <img> tag when the channel is rende...
Definition rss2/image.cpp:31
QString debugInfo() const
Returns a description of the object for debugging purposes.
Definition rss2/image.cpp:68
Image()
Default constructor, creates a null object, for which isNull() is true.
Definition rss2/image.cpp:16
A parser and model classes for RSS 0.91 (Userland and Netscape flavor), 0.92, 0.93,...
Definition documentvisitor.h:29
QString number(double n, char format, int precision)
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
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.