![]() |
KD SOAP API Documentation 2.2
|
#include <KDQName.h>
Public Types | |
| typedef QList< KDQName > | List |
Public Member Functions | |
| KDQName () | |
| KDQName (const QString &name) | |
| KDQName (const QString &nameSpace, const QString &localName) | |
| bool | isEmpty () const |
| QString | localName () const |
| QString | nameSpace () const |
| bool | operator!= (const KDQName &) const |
| void | operator= (const QString &name) |
| bool | operator== (const KDQName &) const |
| QString | prefix () const |
| QString | qname () const |
| void | setNameSpace (const QString &nameSpace) |
| KDSoapValue | toSoapValue (const QString &name, const QString &typeNameSpace=QString(), const QString &typeName=QString()) const |
Static Public Member Functions | |
| static KDQName | fromSoapValue (const KDSoapValue &value) |
| typedef QList<KDQName> KDQName::List |
| KDQName::KDQName | ( | ) |
Definition at line 15 of file KDQName.cpp.
|
explicit |
Definition at line 19 of file KDQName.cpp.
Definition at line 24 of file KDQName.cpp.
References QString::contains(), and localName().
|
static |
Creates a KDQName from a KDSoapValue.
Definition at line 79 of file KDQName.cpp.
References KDSoapValue::environmentNamespaceDeclarations(), QXmlStreamNamespaceDeclaration::namespaceUri(), QXmlStreamNamespaceDeclaration::prefix(), qname(), QStringRef::toString(), QVariant::toString(), and KDSoapValue::value().
| bool KDQName::isEmpty | ( | ) | const |
Definition at line 74 of file KDQName.cpp.
References QString::isEmpty().
| QString KDQName::localName | ( | ) | const |
Definition at line 36 of file KDQName.cpp.
Referenced by KDQName(), and operator<<().
| QString KDQName::nameSpace | ( | ) | const |
Definition at line 59 of file KDQName.cpp.
Referenced by operator<<(), and setNameSpace().
| bool KDQName::operator!= | ( | const KDQName & | qname | ) | const |
Definition at line 69 of file KDQName.cpp.
References operator==(), and qname().
| void KDQName::operator= | ( | const QString & | name | ) |
Definition at line 31 of file KDQName.cpp.
| bool KDQName::operator== | ( | const KDQName & | qname | ) | const |
| QString KDQName::prefix | ( | ) | const |
Definition at line 41 of file KDQName.cpp.
| QString KDQName::qname | ( | ) | const |
Definition at line 46 of file KDQName.cpp.
References QString::isEmpty().
Referenced by fromSoapValue(), operator!=(), operator<<(), operator==(), and toSoapValue().
| void KDQName::setNameSpace | ( | const QString & | nameSpace | ) |
Definition at line 54 of file KDQName.cpp.
References nameSpace().
| KDSoapValue KDQName::toSoapValue | ( | const QString & | name, |
| const QString & | typeNameSpace = QString(), |
||
| const QString & | typeName = QString() |
||
| ) | const |
Returns a KDSoapValue representation.
Definition at line 95 of file KDQName.cpp.
References KDSoapValue::addNamespaceDeclaration(), QString::isEmpty(), and qname().
© 2010-2024 Klarälvdalens Datakonsult AB (KDAB)
https://www.kdab.com/development-resources/qt-tools/kd-soap/