![]() |
KD SOAP API Documentation
2.1
|
#include <KDSoapNamespacePrefixes_p.h>
Public Member Functions | |
QString | resolve (const QString &ns, const QString &localName) const |
void | writeNamespace (QXmlStreamWriter &writer, const QString &ns, const QString &prefix) |
void | writeStandardNamespaces (QXmlStreamWriter &writer, KDSoap::SoapVersion version=KDSoap::SOAP1_1, bool messageAddressingEnabled=false, KDSoapMessageAddressingProperties::KDSoapAddressingNamespace messageAddressingNamespace=KDSoapMessageAddressingProperties::Addressing200508) |
Definition at line 19 of file KDSoapNamespacePrefixes_p.h.
|
inline |
Definition at line 32 of file KDSoapNamespacePrefixes_p.h.
|
inline |
Definition at line 26 of file KDSoapNamespacePrefixes_p.h.
Referenced by KDSoapMessageWriter::messageToXml(), and writeStandardNamespaces().
void KDSoapNamespacePrefixes::writeStandardNamespaces | ( | QXmlStreamWriter & | writer, |
KDSoap::SoapVersion | version = KDSoap::SOAP1_1 , |
||
bool | messageAddressingEnabled = false , |
||
KDSoapMessageAddressingProperties::KDSoapAddressingNamespace | messageAddressingNamespace = KDSoapMessageAddressingProperties::Addressing200508 |
||
) |
Definition at line 14 of file KDSoapNamespacePrefixes.cpp.
References KDSoapMessageAddressingProperties::addressingNamespaceToString(), KDSoap::SOAP1_1, KDSoap::SOAP1_2, KDSoapNamespaceManager::soapEncoding(), KDSoapNamespaceManager::soapEncoding200305(), KDSoapNamespaceManager::soapEnvelope(), KDSoapNamespaceManager::soapEnvelope200305(), writeNamespace(), KDSoapNamespaceManager::xmlSchema1999(), KDSoapNamespaceManager::xmlSchema2001(), KDSoapNamespaceManager::xmlSchemaInstance1999(), and KDSoapNamespaceManager::xmlSchemaInstance2001().
Referenced by KDSoapMessageWriter::messageToXml(), and KDSoapValue::toXml().