NonStop SOAP 4.1 User's Manual
Parameters:
str
is the source string.
c
is the ending index.
Return Values:
This function returns the substring.
The axutil_string_tolower() Function
Synopsis:
AXIS2_EXTERN axis2_char_t* axutil_string_tolower
( axis2_char_t * str )
Description:
This function sets a string to lowercase.
Parameters:
str
is the string to be converted to lowercase.
Return Values:
This function returns the string with lowercase.
The axutil_string_toupper() Function
Synopsis:
AXIS2_EXTERN axis2_char_t* axutil_string_toupper
( axis2_char_t * str )
Description:
This function sets a string to uppercase.
Parameters:
str
is the string to be converted to uppercase.
Return Values:
This function returns the string with uppercase.
Utilities For Array List
The following functions enable you to perform array operations in NonStop SOAP 4.
The axutil_array_list_create() Function
Synopsis:
AXIS2_EXTERN axutil_array_list_t* axutil_array_list_create
( const axutil_env_t * env,
int capacity )
Description:
This function constructs a new array list with the supplied initial capacity. If capacity is invalid (<=
0), the default capacity is used
Parameters:
env
is a pointer to an environment structure. It cannot have a NULL value.
capacity
is the initial capacity of thes array_list.
Utilities 387










