syndication/rdf
Classes | |
class | ContentVocab |
Singleton holding RDF class and property constants of the RSS 1.0 content module. More... | |
class | Document |
Document implementation for RDF, representing an RSS 1.0 feed. More... | |
class | DublinCore |
A resource wrapper providing convenient access to Dublin Core metadata. More... | |
class | DublinCoreVocab |
Singleton holding RDF class and property constants of the Dublin Core vocabulary. More... | |
class | Image |
An image to be associated with an HTML rendering of the channel. More... | |
class | Item |
An RSS 1.0 item. More... | |
class | Literal |
a node type representing simple string values. More... | |
class | Model |
An RDF model, a set of RDF statements. More... | |
class | ModelMaker |
An RDF parser, used to parse an RDF model from RDF/XML. More... | |
class | Node |
an RDF node, abstract baseclass for all RDF node types, like resources and literals More... | |
class | NodeVisitor |
Visitor interface, following the Visitor design pattern. More... | |
class | Parser |
Parser implementation for RDF-based RSS 0.9 and RSS 1.0 feeds. More... | |
class | Property |
a property is node type that represents properties of things, like "name" is a property of a person, or "color" is a property of e.g. More... | |
class | RDFVocab |
singleton holding RDF vocabulary, expressed as RDF. More... | |
class | Resource |
Resources are the entities in the RDF graph. More... | |
class | ResourceWrapper |
A wrapper for RDF resources. More... | |
class | RSS09Vocab |
Singleton holding RDF class and property constants of the RSS 0.9 vocabulary. More... | |
class | RSSVocab |
Singleton holding RDF class and property constants of the RSS 1.0 vocabulary. More... | |
class | Sequence |
Sequence container, a sequence contains an ordered list of RDF nodes. More... | |
class | Statement |
An RDF statement, consisting of a triple (subject, predicate, object). More... | |
class | SyndicationInfo |
Wrapper to access syndication information for a feed. More... | |
class | SyndicationVocab |
Singleton providing Property constants for the Syndication module. More... | |
class | TextInput |
"The textinput element affords a method for submitting form data to an arbitrary URL - usually located at the parent website. More... |
Typedefs | |
typedef boost::shared_ptr < Property > | PropertyPtr |
typedef boost::shared_ptr < Resource > | ResourcePtr |
typedef boost::shared_ptr < Statement > | StatementPtr |
Functions | |
static QList< Item > | sortListToMatchSequence (QList< Item > items, const QStringList &uriSequence) |
Detailed Description
Syndication's parser for the RDF-based RSS 0.9 and RSS 1.0 formats.
This file is part of the KDE documentation.
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue Dec 11 2012 12:13:44 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2012 The KDE developers.
Generated on Tue Dec 11 2012 12:13:44 by doxygen 1.8.1.2 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.