syndication/rdf
document.cpp
179 const QList<ResourcePtr> items = resource()->model().resourcesWithType(RSSVocab::self()->item());
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
QString debugInfo() const
returns a debug string describing the available DC metadata for debugging purposes
Definition: dublincore.cpp:169
An image to be associated with an HTML rendering of the channel.
Definition: image.h:42
QString debugInfo() const
Returns a description of the image for debugging purposes.
Definition: image.cpp:59
ResourceWrapper & operator=(const ResourceWrapper &other)
Assignment oeprator Due to the shared d pointer, this is a cheap operation.
Definition: resourcewrapper.cpp:59
bool isNull() const
returns whether the wrapped resource is a null resource
Definition: resourcewrapper.cpp:70
bool operator==(const ResourceWrapper &other) const
compares two resource wrapper instances.
Definition: resourcewrapper.cpp:65
Sequence container, a sequence contains an ordered list of RDF nodes.
Definition: sequence.h:46
virtual QList< NodePtr > items() const
the list of the list items in the sequence, in the specified order
Definition: sequence.cpp:82
Wrapper to access syndication information for a feed.
Definition: syndicationinfo.h:45
QString debugInfo() const
description of the syndication information for debugging purposes
Definition: syndicationinfo.cpp:71
"The textinput element affords a method for submitting form data to an arbitrary URL - usually locate...
Definition: textinput.h:39
QString debugInfo() const
Returns a description of the text input for debugging purposes.
Definition: textinput.cpp:66
This file is part of the KDE documentation.
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2022 The KDE developers.
Generated on Thu Jul 21 2022 00:00:00 by doxygen 1.9.5 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.