KNewStuff
KNS::Soap Class Reference
#include <soap.h>
Inheritance diagram for KNS::Soap:
Public Types | |
enum | Model { soap, canonicaltree } |
Signals | |
void | signalError () |
void | signalResult (QDomNode node, int jobid) |
Public Member Functions | |
Soap (QObject *parent) | |
~Soap () | |
int | call (const QDomElement &element, const QString &endpoint) |
QList< QDomNode > | directChildNodes (const QDomNode &node, const QString &name) |
QString | localname (const QDomNode &node) |
void | setModel (Model m) |
QString | xpath (const QDomNode &node, const QString &expr) |
Detailed Description
KNewStuff transport layer.
Both SOAP and cDXS are implemented by this class. Since the latter one is merely a more efficient representation of the former, both are shared in the same class.
This class is used internally by the Dxs class.
Member Enumeration Documentation
enum KNS::Soap::Model |
Constructor & Destructor Documentation
Member Function Documentation
int Soap::call | ( | const QDomElement & | element, |
const QString & | endpoint | ||
) |
QString Soap::localname | ( | const QDomNode & | node | ) |
void Soap::setModel | ( | Model | m | ) |
|
signal |
|
signal |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:49 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.