KNewStuff
soap.cpp
Go to the documentation of this file.
QDomNodeList elementsByTagName(const QString &tagname) const
int indexOf(QChar ch, int from, Qt::CaseSensitivity cs) const
QDomNode item(int index) const
void signalError()
QList< QDomNode > directChildNodes(const QDomNode &node, const QString &name)
Definition: soap.cpp:224
QDomNode appendChild(const QDomNode &newChild)
QString xpath(const QDomNode &node, const QString &expr)
Find the text element to a xpath like expression.
Definition: soap.cpp:238
QString toString(int indent) const
QStringList split(const QString &sep, SplitBehavior behavior, Qt::CaseSensitivity cs) const
bool isElement() const
QString simplified() const
QDomElement documentElement() const
QDomNodeList childNodes() const
QDomNode nextSibling() const
QDomElement toElement() const
void resize(int size)
void connectToHost(const QString &hostName, quint16 port, QFlags< QIODevice::OpenModeFlag > openMode)
const char * name() const
int count() const
virtual bool atEnd() const
void append(const T &value)
QString fromUtf8(const char *str, int size)
virtual void close()
Definition: soap.h:58
QString text() const
void setAttribute(const QString &name, const QString &value)
QString trimmed() const
QString localname(const QDomNode &node)
Name of the QDomElement for node without the namespace.
Definition: soap.cpp:217
virtual qint64 bytesAvailable() const
qint64 read(char *data, qint64 maxSize)
QDomText createTextNode(const QString &value)
iterator end()
void signalResult(QDomNode node, int jobid)
bool isNull() const
QDomNode firstChild() const
QString mid(int position, int n) const
TransferJob * http_post(const KUrl &url, const QByteArray &postData, JobFlags flags=DefaultFlags)
const QChar at(int position) const
int length() const
char * data()
QString section(QChar sep, int start, int end, QFlags< QString::SectionFlag > flags) const
qint64 write(const char *data, qint64 maxSize)
iterator insert(const Key &key, const T &value)
int call(const QDomElement &element, const QString &endpoint)
Send to the server - uses either soap or tree.
Definition: soap.cpp:47
QString tagName() const
int size() const
QDomElement createElement(const QString &tagName)
int size() const
bool connect(const QObject *sender, const char *signal, const QObject *receiver, const char *method, Qt::ConnectionType type)
const KShortcut & end()
iterator begin()
Definition: soap.h:59
bool setContent(const QByteArray &data, bool namespaceProcessing, QString *errorMsg, int *errorLine, int *errorColumn)
QStringList list(const QString &fileClass)
const T value(const Key &key) const
int remove(const Key &key)
QByteArray toUtf8() const
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.