Syndication::Atom Namespace

namespace Syndication::Atom

Atom parser and model classes, representing Atom 1.0 documents. More...

Header: #include <Atom>
CMake: find_package(KF6 REQUIRED COMPONENTS Syndication)
target_link_libraries(mytarget PRIVATE KF6::Syndication)

Classes

class Category
class Content
class Entry
class EntryDocument
class FeedDocument
class Generator
class Link
class Parser
class Person
class Source

Functions

QString atom0_3Namespace()
QString atom1Namespace()

Detailed Description

(Atom 0.3 documents are converted by the parser)

Classes

class Category

A category for categorizing items or whole feeds. More...

class Content

The content element either contains or links the content of an entry. More...

class Entry

An Atom entry, equivalent to the "items" in the RSS world. More...

class EntryDocument

An Atom 1.0 Entry Document, containing a single Atom entry outside of the context of a feed. More...

class FeedDocument

An Atom 1.0 Feed Document, containing metadata describing the feed and a number of entries. More...

class Generator

Description of the agent used to generate the feed. More...

class Link

A link, pointing to webpages, media files on the web ("podcast"), related content, etc. See rel() for details. More...

class Parser

parser implementation for Atom 1.0 and 0.3. More...

class Person

describes a person, with name and optional URI and e-mail address. Used to describe authors and contributors of feeds/entries. More...

class Source

If an entry was copied from another feed, this class contains a description of the source feed. More...

Function Documentation

QString Atom::atom0_3Namespace()

namespace used by Atom 0.3 elements

QString Atom::atom1Namespace()

namespace used by Atom 1.0 elements