Syndication::Atom::Parser Class Reference

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

#include <parser.h>

Inherits Syndication::AbstractParser.

List of all members.

Public Member Functions

 Parser ()
virtual ~Parser ()
bool accept (const Syndication::DocumentSource &source) const
QString format () const
Syndication::SpecificDocumentPtr parse (const Syndication::DocumentSource &source) const

Detailed Description

parser implementation for Atom 1.0 and 0.3.

Author:
Frank Osterfeld

Definition at line 43 of file parser.h.


Constructor & Destructor Documentation

Syndication::Atom::Parser::Parser (  ) 

default constructor

Definition at line 206 of file parser.cpp.

Syndication::Atom::Parser::~Parser (  )  [virtual]

destructor

Definition at line 207 of file parser.cpp.


Member Function Documentation

bool Syndication::Atom::Parser::accept ( const Syndication::DocumentSource &  source  )  const

returns whether the source looks like an Atom 1.0 or 0.3 document, by checking the root element.

Parameters:
source document source to check

Definition at line 51 of file parser.cpp.

QString Syndication::Atom::Parser::format (  )  const

returns the format string for this parser implementation, which is "atom"

Returns:
"atom"

Definition at line 98 of file parser.cpp.

Syndication::SpecificDocumentPtr Syndication::Atom::Parser::parse ( const Syndication::DocumentSource &  source  )  const

parses either an EntryDocument or a FeedDocument from a document source.

If the source is not an atom document, an invalid FeedDocument is returned.

See also:
SpecificDocument::isValid()
Parameters:
source the document source to parse

Definition at line 57 of file parser.cpp.


The documentation for this class was generated from the following files:
KDE Home | KDE Accessibility Home | Description of Access Keys