syndication/rdf
document.h
Document implementation for RDF, representing an RSS 1.0 feed.
Definition document.h:52
QString description() const
A brief description of the channel's content, function, source, etc.
Definition document.cpp:122
TextInput textInput() const
An optional text input element associated with the channel.
Definition document.cpp:212
QString link() const
The URL to which an HTML rendering of the channel title will link, commonly the parent site's home or...
Definition document.cpp:128
virtual bool accept(DocumentVisitor *visitor)
Used by visitors for double dispatch.
Definition document.cpp:105
Image image() const
An image to be associated with an HTML rendering of the channel.
Definition document.cpp:205
SyndicationInfo syn() const
returns syndication information describing how often this feed is updated.
Definition document.cpp:138
A resource wrapper providing convenient access to Dublin Core metadata.
Definition dublincore.h:49
An image to be associated with an HTML rendering of the channel.
Definition image.h:42
ResourceWrapper()
creates a wrapper wrapping a null resource, isNull() will be true.
Definition resourcewrapper.cpp:38
Wrapper to access syndication information for a feed.
Definition syndicationinfo.h:45
"The textinput element affords a method for submitting form data to an arbitrary URL - usually locate...
Definition textinput.h:39
Syndication's parser for the RDF-based RSS 0.9 and RSS 1.0 formats.
Definition contentvocab.cpp:30
This file is part of the KDE documentation.
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2025 The KDE developers.
Generated on Fri Jan 17 2025 00:00:00 by doxygen 1.13.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.