KNewStuff
xmlloader.cpp
Go to the documentation of this file.
void signalLoaded(const QDomDocument &)
Indicates that the list of providers has been successfully loaded.
void clear()
QDomNode appendChild(const QDomNode &newChild)
void load(const KUrl &url)
Starts asynchronously loading the xml document from the specified URL.
Definition: xmlloader.cpp:39
TransferJob * get(const KUrl &url, LoadType reload=NoReload, JobFlags flags=DefaultFlags)
static QDebug kDebug(bool cond, int area=KDE_DEFAULT_DEBUG_AREA)
QDomElement addElement(QDomDocument &doc, QDomElement &parent, const QString &tag, const QString &value)
Definition: xmlloader.cpp:80
QByteArray & append(char ch)
QDomText createTextNode(const QString &value)
void signalFailed()
QDomElement createElement(const QString &tagName)
void jobStarted(KJob *)
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
void slotJobData(KIO::Job *, const QByteArray &)
Definition: xmlloader.cpp:54
bool setContent(const QByteArray &data, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn)
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:25:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.