Syndication
rdf/document.h
Visitor interface, following the Visitor design pattern.
Definition documentvisitor.h:43
Document implementation for RDF, representing an RSS 1.0 feed.
Definition rdf/document.h:41
QString link() const
The URL to which an HTML rendering of the channel title will link, commonly the parent site's home or...
Definition rdf/document.cpp:113
bool accept(DocumentVisitor *visitor) override
Used by visitors for double dispatch.
Definition rdf/document.cpp:91
Image image() const
An image to be associated with an HTML rendering of the channel.
Definition rdf/document.cpp:206
TextInput textInput() const
An optional text input element associated with the channel.
Definition rdf/document.cpp:213
QString description() const
A brief description of the channel's content, function, source, etc.
Definition rdf/document.cpp:107
bool isValid() const override
returns whether this document is valid or not.
Definition rdf/document.cpp:96
DublinCore dc() const
returns a dublin core description of the document.
Definition rdf/document.cpp:118
SyndicationInfo syn() const
returns syndication information describing how often this feed is updated.
Definition rdf/document.cpp:123
A resource wrapper providing convenient access to Dublin Core metadata.
Definition dublincore.h:36
An image to be associated with an HTML rendering of the channel.
Definition rdf/image.h:27
Wrapper to access syndication information for a feed.
Definition syndicationinfo.h:32
"The textinput element affords a method for submitting form data to an arbitrary URL - usually locate...
Definition rdf/textinput.h:26
Document interface for format-specific feed documents as parsed from a document source (see DocumentS...
Definition specificdocument.h:39
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:02:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Fri Nov 22 2024 12:02:57 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.