#include <OpenSOAP/XMLNamespace.h>
Go to the source code of this file.
Typedefs | |
| typedef tagOpenSOAPXMLAttr | OpenSOAPXMLAttr |
| OpenSOAPXMLAttr Structure Type Definition. | |
| typedef OpenSOAPXMLAttr * | OpenSOAPXMLAttrPtr |
| OpenSOAPXMLAttr Pointer Type Definition. | |
Functions | |
| int | OpenSOAPXMLAttrCreateMB (const char *attr_name, OpenSOAPXMLAttrPtr *attr) |
| OpenSOAP XML Attribute Instance Create(MB). | |
| int | OpenSOAPXMLAttrCreateWC (const wchar_t *attr_name, OpenSOAPXMLAttrPtr *attr) |
| OpenSOAP XML Attribute Instance Create(WC). | |
| int | OpenSOAPXMLAttrSetNamespaceMB (OpenSOAPXMLAttrPtr elm, const char *ns_uri, const char *ns_prefix) |
| Set Namespace of XML Element(MB). | |
| int | OpenSOAPXMLAttrSetNamespaceWC (OpenSOAPXMLAttrPtr elm, const wchar_t *ns_uri, const wchar_t *ns_prefix) |
| Set Namespace of XML Element(WC). | |
| int | OpenSOAPXMLAttrGetNamespace (OpenSOAPXMLAttrPtr elm, OpenSOAPXMLNamespacePtr *ns) |
| Get Namespace of XML Element. | |
| int | OpenSOAPXMLAttrGetValueMB (OpenSOAPXMLAttrPtr elm, const char *type_name, void *value) |
| Get Value of XML Attribute(MB). | |
| int | OpenSOAPXMLAttrGetValueWC (OpenSOAPXMLAttrPtr elm, const wchar_t *type_name, void *value) |
| Get Value of XML Attribute(WC). | |
| int | OpenSOAPXMLAttrSetValueMB (OpenSOAPXMLAttrPtr elm, const char *type_name, void *value) |
| Set Value of XML Attribute(MB). | |
| int | OpenSOAPXMLAttrSetValueWC (OpenSOAPXMLAttrPtr elm, const wchar_t *type_name, void *value) |
| Set Value of XML Attribute(WC). | |
| int | OpenSOAPXMLAttrGetName (OpenSOAPXMLAttrPtr attr, OpenSOAPStringPtr *name) |
| Get of SOAP Attribute Name. | |
|
||||||||||||
|
OpenSOAP XML Attribute Instance Create(MB).
|
|
||||||||||||
|
OpenSOAP XML Attribute Instance Create(WC).
|
|
||||||||||||
|
Get of SOAP Attribute Name.
|
|
||||||||||||
|
Get Namespace of XML Element.
|
|
||||||||||||||||
|
Get Value of XML Attribute(MB).
|
|
||||||||||||||||
|
Get Value of XML Attribute(WC).
|
|
||||||||||||||||
|
Set Namespace of XML Element(MB).
|
|
||||||||||||||||
|
Set Namespace of XML Element(WC).
|
|
||||||||||||||||
|
Set Value of XML Attribute(MB).
|
|
||||||||||||||||
|
Set Value of XML Attribute(WC).
|
1.3.6