![]() |
KD SOAP API Documentation
2.1
|
#include "KDSoapValue.h"
#include "KDDateTime.h"
#include "KDSoapNamespaceManager.h"
#include "KDSoapNamespacePrefixes_p.h"
#include <QDateTime>
#include <QDebug>
#include <QStringList>
#include <QUrl>
Go to the source code of this file.
Functions | |
QDebug | operator<< (QDebug dbg, const KDSoapValue &value) |
uint | qHash (const KDSoapValue &value) |
static QString | variantToTextValue (const QVariant &value, const QString &typeNs, const QString &type) |
static QString | variantToXMLType (const QVariant &value) |
QDebug operator<< | ( | QDebug | dbg, |
const KDSoapValue & | value | ||
) |
Definition at line 370 of file KDSoapValue.cpp.
References KDSoapValueList::attributes(), KDSoapValue::childValues(), KDSoapValue::name(), and KDSoapValue::value().
uint qHash | ( | const KDSoapValue & | value | ) |
Definition at line 49 of file KDSoapValue.cpp.
References KDSoapValue::name().
|
static |
Definition at line 165 of file KDSoapValue.cpp.
References KDDateTime::toDateString(), KDSoapNamespaceManager::xmlSchema1999(), and KDSoapNamespaceManager::xmlSchema2001().
|
static |
Definition at line 232 of file KDSoapValue.cpp.