KNewStuff
Go to the documentation of this file. 19 #ifndef KNEWSTUFF2_DXS_SOAP_H 20 #define KNEWSTUFF2_DXS_SOAP_H 22 #include <QtCore/QObject> 23 #include <QtNetwork/QAbstractSocket> 65 void setModel(
Model m);
70 int call(
const QDomElement& element,
const QString &endpoint);
75 QString localname(
const QDomNode& node);
83 QString xpath(
const QDomNode& node,
const QString &expr);
84 QList<QDomNode> directChildNodes(
const QDomNode& node,
const QString &name);
87 void signalResult(QDomNode node,
int jobid);
91 void slotData(
KIO::Job *job,
const QByteArray& data);
92 void slotResult(
KJob *job);
94 void slotSocketError(QAbstractSocket::SocketError error);
102 int call_soap(QDomElement element,
const QString& endpoint);
107 void call_tree(
const QDomElement& element,
const QString& endpoint);
108 QDomDocument buildtree(QDomDocument doc, QDomElement cur,
const QString& data);
KNewStuff transport layer.
This file is part of the KDE documentation.
Documentation copyright © 1996-2018 The KDE developers.
Generated on Fri Oct 19 2018 17:13:51 by
doxygen 1.8.13 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.