#include <OpenSOAP/XMLElm.h>
#include <OpenSOAP/XMLNamespace.h>
Go to the source code of this file.
Typedefs | |
| typedef tagOpenSOAPBlock | OpenSOAPBlock |
| OpenSOAPBlock Structure Type Definition. | |
| typedef OpenSOAPBlock * | OpenSOAPBlockPtr |
| OpenSOAPBlock Pointer Type Definition. | |
Functions | |
| int | OpenSOAPBlockGetValueMB (OpenSOAPBlockPtr soap_block, const char *type_name, void *value) |
| Get Value of SOAP Block(MB). | |
| int | OpenSOAPBlockGetValueWC (OpenSOAPBlockPtr soap_block, const wchar_t *type_name, void *value) |
| Get Value of SOAP Block(WC). | |
| int | OpenSOAPBlockSetValueMB (OpenSOAPBlockPtr soap_block, const char *type_name, void *value) |
| Set Value of SOAP Block(MB). | |
| int | OpenSOAPBlockSetValueWC (OpenSOAPBlockPtr soap_block, const wchar_t *type_name, void *value) |
| Set Value of SOAP Block(WC). | |
| int | OpenSOAPBlockSetNamespaceMB (OpenSOAPBlockPtr soap_block, const char *ns_uri, const char *ns_prefix) |
| Set Namespace(MB). | |
| int | OpenSOAPBlockSetNamespaceWC (OpenSOAPBlockPtr soap_block, const wchar_t *ns_uri, const wchar_t *ns_prefix) |
| Set Namespace(WC). | |
| int | OpenSOAPBlockGetNamespace (OpenSOAPBlockPtr soap_block, OpenSOAPXMLNamespacePtr *ns) |
| Get Namespace. | |
| int | OpenSOAPBlockIsSameNamespaceMB (OpenSOAPBlockPtr soap_block, const char *ns_uri, int *is_same_uri) |
| Judge Namespace(MB). | |
| int | OpenSOAPBlockIsSameNamespaceWC (OpenSOAPBlockPtr soap_block, const wchar_t *ns_uri, int *is_same_uri) |
| Judge Namespace(WC). | |
| int | OpenSOAPBlockAddAttributeMB (OpenSOAPBlockPtr soap_block, const char *attr_name, const char *attr_type, void *attr_value, OpenSOAPXMLAttrPtr *attr) |
| Add and Set Attribute(MB). | |
| int | OpenSOAPBlockAddAttributeWC (OpenSOAPBlockPtr soap_block, const wchar_t *attr_name, const wchar_t *attr_type, void *attr_value, OpenSOAPXMLAttrPtr *attr) |
| Add and Set Attribute(WC). | |
| int | OpenSOAPBlockGetAttributeMB (OpenSOAPBlockPtr soap_block, const char *attr_name, OpenSOAPXMLAttrPtr *attr) |
| Get Value of Attribute(MB). | |
| int | OpenSOAPBlockGetAttributeWC (OpenSOAPBlockPtr soap_block, const wchar_t *attr_name, OpenSOAPXMLAttrPtr *attr) |
| Get Value of Attribute. | |
| int | OpenSOAPBlockGetChildValueMB (OpenSOAPBlockPtr soap_block, const char *p_name, const char *type_name, void *value) |
| Get Parameter Value(MB). | |
| int | OpenSOAPBlockGetChildValueWC (OpenSOAPBlockPtr soap_block, const wchar_t *p_name, const wchar_t *type_name, void *value) |
| Get Child Value(WC). | |
| int | OpenSOAPBlockSetChildValueMB (OpenSOAPBlockPtr soap_block, const char *p_name, const char *type_name, void *value) |
| Set Parameter Value(MB). | |
| int | OpenSOAPBlockSetChildValueWC (OpenSOAPBlockPtr soap_block, const wchar_t *p_name, const wchar_t *type_name, void *value) |
| Set Parameter Value(WC). | |
| int | OpenSOAPBlockGetNextChild (OpenSOAPBlockPtr soap_block, OpenSOAPXMLElmPtr *xml_elm) |
| Get next child Block. | |
| int | OpenSOAPBlockAddChildMB (OpenSOAPBlockPtr soap_block, const char *elm_name, OpenSOAPXMLElmPtr *xml_elm) |
| Add Child XML Element(MB). | |
| int | OpenSOAPBlockAddChildWC (OpenSOAPBlockPtr soap_block, const wchar_t *elm_name, OpenSOAPXMLElmPtr *xml_elm) |
| Add Child XML Element(WC). | |
| int | OpenSOAPBlockGetChildMB (OpenSOAPBlockPtr soap_block, const char *elm_name, OpenSOAPXMLElmPtr *xml_elm) |
| Get The Child with Matching Name(MB). Get first if more than one. | |
| int | OpenSOAPBlockGetChildWC (OpenSOAPBlockPtr soap_block, const wchar_t *elm_name, OpenSOAPXMLElmPtr *xml_elm) |
| Get The Child with Matching Name(WC). Get first if more than one. | |
| int | OpenSOAPBlockGetMustunderstandAttr (OpenSOAPBlockPtr soap_block, int *must_std) |
| Get mustunderstand attribute. | |
| int | OpenSOAPBlockSetMustunderstandAttr (OpenSOAPBlockPtr soap_block) |
| Set mustunderstand attribute. | |
| int | OpenSOAPBlockClearMustunderstandAttr (OpenSOAPBlockPtr soap_block) |
| Clear mustunderstand attribute. | |
| int | OpenSOAPBlockGetActorAttr (OpenSOAPBlockPtr soap_block, OpenSOAPStringPtr *actor_url) |
| Get actor attribute. | |
| int | OpenSOAPBlockSetActorAttrMB (OpenSOAPBlockPtr soap_block, const char *actor_url) |
| Set actor attribute.(MB). | |
| int | OpenSOAPBlockSetActorAttrWC (OpenSOAPBlockPtr soap_block, const wchar_t *actor_url) |
| Set actor attribute.(WC). | |
| int | OpenSOAPBlockClearActorAttr (OpenSOAPBlockPtr soap_block) |
| Clear actor attribute. | |
| int | OpenSOAPBlockSetActorAttrNext (OpenSOAPBlockPtr soap_block) |
| Set actor attribute to next. | |
| int | OpenSOAPBlockIsActorAttrNext (OpenSOAPBlockPtr soap_block, int *is_actor_next) |
| Is actor attribute to next. | |
| int | OpenSOAPBlockGetName (OpenSOAPBlockPtr block, OpenSOAPStringPtr *name) |
| Get SOAP Block Name. | |
| int | OpenSOAPBlockGetCharEncodingString (OpenSOAPBlockPtr soap_block, const char *ch_enc, OpenSOAPByteArrayPtr b_ary) |
| Soap block character encoding output. | |
|
||||||||||||||||||||||||
|
Add and Set Attribute(MB).
|
|
||||||||||||||||||||||||
|
Add and Set Attribute(WC).
|
|
||||||||||||||||
|
Add Child XML Element(MB).
|
|
||||||||||||||||
|
Add Child XML Element(WC).
|
|
|
Clear actor attribute.
|
|
|
Clear mustunderstand attribute.
|
|
||||||||||||
|
Get actor attribute.
|
|
||||||||||||||||
|
Get Value of Attribute(MB).
|
|
||||||||||||||||
|
Get Value of Attribute.
|
|
||||||||||||||||
|
Soap block character encoding output.
|
|
||||||||||||||||
|
Get The Child with Matching Name(MB). Get first if more than one.
|
|
||||||||||||||||||||
|
Get Parameter Value(MB).
|
|
||||||||||||||||||||
|
Get Child Value(WC).
|
|
||||||||||||||||
|
Get The Child with Matching Name(WC). Get first if more than one.
|
|
||||||||||||
|
Get mustunderstand attribute.
|
|
||||||||||||
|
Get SOAP Block Name.
|
|
||||||||||||
|
Get Namespace.
|
|
||||||||||||
|
Get next child Block.
|
|
||||||||||||||||
|
Get Value of SOAP Block(MB).
|
|
||||||||||||||||
|
Get Value of SOAP Block(WC).
|
|
||||||||||||
|
Is actor attribute to next.
|
|
||||||||||||||||
|
Judge Namespace(MB).
|
|
||||||||||||||||
|
Judge Namespace(WC).
|
|
||||||||||||
|
Set actor attribute.(MB).
|
|
|
Set actor attribute to next.
|
|
||||||||||||
|
Set actor attribute.(WC).
|
|
||||||||||||||||||||
|
Set Parameter Value(MB).
|
|
||||||||||||||||||||
|
Set Parameter Value(WC).
|
|
|
Set mustunderstand attribute.
|
|
||||||||||||||||
|
Set Namespace(MB).
|
|
||||||||||||||||
|
Set Namespace(WC).
|
|
||||||||||||||||
|
Set Value of SOAP Block(MB).
|
|
||||||||||||||||
|
Set Value of SOAP Block(WC).
|
1.3.6