Syndication Library
documentsource.cpp
51 DocumentSource::DocumentSource(const QByteArray& source, const QString& url) : d(new DocumentSourcePrivate)
unsigned int hash() const
calculates a hash value for the source array.
Definition: documentsource.cpp:103
QDomDocument asDomDocument() const
Returns the feed source as DOM document.
Definition: documentsource.cpp:79
unsigned int size() const
returns the size the source array in bytes.
Definition: documentsource.cpp:98
QByteArray asByteArray() const
Returns the feed source as byte array.
Definition: documentsource.cpp:74
Represents the source of a syndication document, as read from the downloaded file.
Definition: documentsource.h:50
QString url() const
returns the URL the document source was loaded from
Definition: documentsource.cpp:114
DocumentSource & operator=(const DocumentSource &other)
Assignment operator.
Definition: documentsource.cpp:68
This file is part of the KDE documentation.
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon Jan 23 2017 01:34:54 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2017 The KDE developers.
Generated on Mon Jan 23 2017 01:34:54 by doxygen 1.8.13 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.