|
||
|
Namespace of the wssg_ContentElementsType complex type.
|
|
||
|
Local part of the QName of the wssg_ContentElementsType complex type.
|
|
||
|
Optional wssg_ContentElementsType element.
|
|
||
|
Array of wssg_ContentElementsType elements. This structure type is used represent an array of wssg_ContentElementsType elements. Arrays are allocated by wssg_ContentElementsType_array_init() and freed by calling wssg_ContentElementsType_array_destroy(). Elements may be added to an array by calling wssg_ContentElementsType_array_push(). |
|
|||||||
|
Initialize a wssg_ContentElementsType. Allocates a new wssg_ContentElementsType and initializes its contents. When the structure is no longer needed, it should be freed by calling wssg_ContentElementsType_destroy().
|
|
|||||||
|
Destroy a wssg_ContentElementsType. Frees a wssg_ContentElementsType. All subelements and attributes will be destroyed (and freed if they are optional).
|
|
|||||||||
|
Copy a wssg_ContentElementsType. Perform a deep copy of a wssg_ContentElementsType. The dest structure will be allocated, and then a copy of the contents of src and its subelements and attributes will be made to dest.
|
|
|||||||
|
Initialize the contents of a wssg_ContentElementsType. Initialize the contents of a wssg_ContentElementsType. This should be used when the structure is allocated on the stack or by a some allocator besides wssg_ContentElementsType_init(). The contents may be freed by calling wssg_ContentElementsType_destroy_contents().
|
|
|||||||
|
Destroy the contents of a wssg_ContentElementsType. Destroy the subelements and attributes of the given wssg_ContentElementsType.
|
|
|||||||||
|
Copy the contents of a wssg_ContentElementsType. Perform a deep copy of the contents of a wssg_ContentElementsType. The dest strcuture must be allocated before making this call. A copy of the subelements and attributes of @ src will be made to dest.
|
|
|||||||
|
Initialize an array of wssg_ContentElementsType elements. Allocates a new array of 0 elements. When this array is no longer used, it should be freed by calling wssg_ContentElementsType_array_destroy().
|
|
|||||||
|
Destroy an array of wssg_ContentElementsType elements. Frees an array of wssg_ContentElementsType elements. The contents of each element element in the array be destroyed by calling wssg_ContentElementsType_destroy_contents().
|
|
|||||||||
|
Copy an array of wssg_ContentElementsType elements. Perform a deep copy of an array of wssg_ContentElementsType elements. The dest array will be allocated, and then a copy of the contents of each element in src will be made to dest.
|
|
|||||||
|
Initialize the contents of an array of wssg_ContentElementsType elements. Initialize the contents of an array of wssg_ContentElementsType elements. Used when the array is allocated on the stack or by a some allocator besides wssg_ContentElementsType_array_init(). The contents of the array may be freed by calling wssg_ContentElementsType_array_destroy_contents().
|
|
|||||||
|
Destroy the contents of an array of wssg_ContentElementsType elements. Destroy the elements in an array of wssg_ContentElementsType elements. The contents of each element in the array be destroyed by calling wssg_ContentElementsType_destroy_contents() and the array will be reset to be empty.
|
|
|||||||||
|
Copy the contents of an array of wssg_ContentElementsType elements. Perform a deep copy of an array of wssg_ContentElementsType elements. The dest array must be allocated before making this call. A copy of the contents of each element in src will be made to dest.
|
|
|||||||
|
Append a new wssg_ContentElementsType to an array. Allocate and initialize a new wssg_ContentElementsType structure, adding it to the end of the given array.
|
|
|||||||||||||||
|
Deserialize a wssg_ContentElementsType. Deserialize an element containing a wssg_ContentElementsType element.
|
|
|||||||||||||||
|
Deserialize a wssg_ContentElementsType. Deserialize a wssg_ContentElementsType whose enclosing element has already been deserialized.
|
|
|||||||||||||||
|
Deserialize an optional wssg_ContentElementsType. Deserialize the next element if it contains a wssg_ContentElementsType.
|
|
|||||||||||||||
|
Serialize an array of wssg_ContentElementsType elements. Serialize an element containing an array of wssg_ContentElementsType elements.
|
|
|||||||||||||||
|
Deserialize an array of wssg_ContentElementsType elements. Deserialize an element containing an array of wssg_ContentElementsType elements.
|
|
|||||||||||||||
|
Deserialize an attribute of type wssg_ContentElementsType. Deserialize a wssg_ContentElementsType as an attribute of the current element.
|
|
|||||||||||||||
|
Deserialize an optional attribute of type wssg_ContentElementsType. Try to deserialize a wssg_ContentElementsType as an attribute of the current element if it is present. The attribute's name is defined by @ attr_qname.
|
|
||
|
Initial value:
{
"http://docs.oasis-open.org/wsrf/2004/06/wsrf-WS-ServiceGroup-1.2-draft-01.xsd",
"ContentElementsType"
}
|
|
||
|
QName of the wssg_ContentElementsType complex type.
|
|
||
|
Initial value:
{
&wssg_ContentElementsType_qname,
wssg_ContentElementsType_serialize_wrapper,
wssg_ContentElementsType_deserialize_pointer_wrapper,
wssg_ContentElementsType_init_wrapper,
wssg_ContentElementsType_destroy_wrapper,
wssg_ContentElementsType_copy_wrapper,
wssg_ContentElementsType_init_contents_wrapper,
wssg_ContentElementsType_destroy_contents_wrapper,
wssg_ContentElementsType_copy_contents_wrapper,
sizeof(wssg_ContentElementsType),
NULL,
&wssg_ContentElementsType_contents_info,
&wssg_ContentElementsType_array_info
}
|
|
||
|
Type information for serializing and deserializing wssg_ContentElementsType elements.
|
|
||
|
Initial value:
{
&wssg_ContentElementsType_qname,
wssg_ContentElementsType_array_serialize_wrapper,
wssg_ContentElementsType_array_deserialize_wrapper,
wssg_ContentElementsType_array_init_wrapper,
wssg_ContentElementsType_array_destroy_wrapper,
wssg_ContentElementsType_array_copy_wrapper,
wssg_ContentElementsType_array_init_contents_wrapper,
wssg_ContentElementsType_array_destroy_contents_wrapper,
wssg_ContentElementsType_array_copy_contents_wrapper,
sizeof(wssg_ContentElementsType),
wssg_ContentElementsType_array_push_wrapper,
NULL,
NULL
}
|
|
||
|
Type information for serializing and deserializing arrays of wssg_ContentElementsType elements.
|
|
||
|
Initial value:
{
&wssg_ContentElementsType_qname,
wssg_ContentElementsType_serialize_contents_wrapper,
wssg_ContentElementsType_deserialize_contents_wrapper,
wssg_ContentElementsType_init_wrapper,
wssg_ContentElementsType_destroy_wrapper,
wssg_ContentElementsType_copy_wrapper,
wssg_ContentElementsType_init_contents_wrapper,
wssg_ContentElementsType_destroy_contents_wrapper,
wssg_ContentElementsType_copy_contents_wrapper,
sizeof(wssg_ContentElementsType),
NULL,
NULL,
NULL
}
|
|
||
|
Type information for serializing and deserializing the contents of wssg_ContentElementsType without surrounding elements.
|
about globus |
grid research |
globus toolkit |
software development
Comments? webmaster@globus.org