Syndication
rdf/document.cpp
Visitor interface, following the Visitor design pattern.
Definition documentvisitor.h:43
virtual bool visitRDFDocument(Syndication::RDF::Document *document)
reimplement this method to handle RDF (i.e.
Definition documentvisitor.cpp:27
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
QString debugInfo() const
returns a debug string describing the available DC metadata for debugging purposes
Definition dublincore.cpp:152
An image to be associated with an HTML rendering of the channel.
Definition rdf/image.h:27
QString debugInfo() const
Returns a description of the image for debugging purposes.
Definition rdf/image.cpp:45
ResourceWrapper & operator=(const ResourceWrapper &other)
Assignment oeprator Due to the shared d pointer, this is a cheap operation.
Definition resourcewrapper.cpp:46
bool isNull() const
returns whether the wrapped resource is a null resource
Definition resourcewrapper.cpp:57
bool operator==(const ResourceWrapper &other) const
compares two resource wrapper instances.
Definition resourcewrapper.cpp:52
Sequence container, a sequence contains an ordered list of RDF nodes.
Definition sequence.h:32
Wrapper to access syndication information for a feed.
Definition syndicationinfo.h:32
QString debugInfo() const
description of the syndication information for debugging purposes
Definition syndicationinfo.cpp:60
"The textinput element affords a method for submitting form data to an arbitrary URL - usually locate...
Definition rdf/textinput.h:26
QString debugInfo() const
Returns a description of the text input for debugging purposes.
Definition rdf/textinput.cpp:52
Document interface for format-specific feed documents as parsed from a document source (see DocumentS...
Definition specificdocument.h:39
void append(QList< T > &&value)
iterator begin()
iterator end()
bool isEmpty() const const
void reserve(qsizetype size)
qsizetype size() const const
qsizetype indexOf(const QRegularExpression &re, qsizetype from) const const
This file is part of the KDE documentation.
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2024 The KDE developers.
Generated on Mon Nov 18 2024 12:09:18 by doxygen 1.12.0 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.