NonStop SOAP 4.1 User's Manual
env
is a pointer to the environment struct. The env parameter must not be NULL.
qname
qname of the attribute to be found. should not be NULL.
Return Values:
This function returns the status of the operation. It returns AXIS2_SUCCESS on success , else returns
AXIS2_FAILURE on error.
axiom_element_get_localname
Synopsis:
AXIS2_EXTERN axis2_char_t* axiom_element_get_localname
( axiom_element_t * om_element,
const axutil_env_t * env )
Description:
This function returns the local name of this element.
Parameters:
om_element
pointer to om_element.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returns the local name of element, returns NULL on error.
axiom_element_set_localname
Synopsis:
AXIS2_EXTERN axis2_status_t axiom_element_set_localname
( axiom_element_t * om_element,
const axutil_env_t * env,
const axis2_char_t * localname )
Description:
This function sets the local name of this element.
Parameters:
om_element
pointer to om_element.
env
is a pointer to the environment struct. The env parameter must not be NULL.
Return Values:
This function returs the status code of operation. It returns AXIS2_SUCCESS on success,
AXIS2_FAILURE on error.
axiom_element_get_namespace
Synopsis:
AXIS2_EXTERN axiom_namespace_t* axiom_element_get_namespace
( axiom_element_t * om_element,
const axutil_env_t * env,
axiom_node_t * ele_node )
Description:
This function gets the namespace of om_element.
326 NonStop SOAP 4 APIs










