![]() |
KD SOAP API Documentation
2.1
|
#include "KDDateTime.h"#include "KDSoapMessageReader_p.h"#include "KDSoapNamespaceManager.h"#include "KDSoapNamespacePrefixes_p.h"#include <QDebug>#include <QXmlStreamReader>
Go to the source code of this file.
Functions | |
| static QByteArray | handleNotWellFormedError (const QByteArray &data, qint64 offset) |
| static bool | isInvalidCharRef (const QByteArray &charRef) |
| static QStringView | namespaceForPrefix (const QXmlStreamNamespaceDeclarations &decls, const QString &prefix) |
| static KDSoapValue | parseElement (QXmlStreamReader &reader, const QXmlStreamNamespaceDeclarations &envNsDecls) |
| static int | xmlTypeToMetaType (const QString &xmlType) |
|
static |
Definition at line 156 of file KDSoapMessageReader.cpp.
References isInvalidCharRef().
Referenced by KDSoapMessageReader::xmlToMessage().
|
static |
Definition at line 133 of file KDSoapMessageReader.cpp.
Referenced by handleNotWellFormedError().
|
static |
Definition at line 23 of file KDSoapMessageReader.cpp.
Referenced by parseElement().
|
static |
Definition at line 64 of file KDSoapMessageReader.cpp.
References KDSoapValueList::attributes(), KDSoapValue::childValues(), KDSoapValue::namespaceDeclarations(), namespaceForPrefix(), KDSoapValue::setEnvironmentNamespaceDeclarations(), KDSoapValue::setNamespaceDeclarations(), KDSoapValue::setNamespaceUri(), KDSoapValue::setType(), KDSoapValue::setValue(), KDSoapNamespaceManager::soapEncoding(), KDSoapNamespaceManager::soapEncoding200305(), KDSoapNamespaceManager::soapEnvelope(), KDSoapNamespaceManager::soapEnvelope200305(), KDSoapNamespaceManager::xmlSchemaInstance1999(), KDSoapNamespaceManager::xmlSchemaInstance2001(), and xmlTypeToMetaType().
Referenced by KDSoapMessageReader::xmlToMessage().
|
static |
Definition at line 33 of file KDSoapMessageReader.cpp.
Referenced by parseElement().
© 2010-2022 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/