NonStop SOAP 4.1 User's Manual

env
is a pointer to the environment struct. The env parameter must not be NULL.
om_node
pointer to this element node.
Return Values:
axiom_element_get_attribute_value_by_name
Synopsis:
AXIS2_EXTERN axis2_char_t* axiom_element_get_attribute_value_by_name
( axiom_element_t * om_ele,
const axutil_env_t * env,
axis2_char_t * attr_name )
Description:
This function returns the attribute value as a string for the given element.
Parameters:
om_element
pointer to om_element.
env
is a pointer to the environment struct. The env parameter must not be NULL.
attr_name
the attribute name.
Return Values:
This function returns the attribute value as a string.
axiom_element_get_localname_str
Synopsis:
AXIS2_EXTERN axutil_string_t* axiom_element_get_localname_str
( axiom_element_t * om_element,
const axutil_env_t * env )
Description:
This function returns the local name of the element.
Parameters:
om_element
pointer to om_element.
env
is a pointer to the environment struct. The env parameter must not be NULL.
om_node
pointer to this element node.
Return Values:
This function returns the local name of the element.
axiom_element_set_localname_str
Synopsis:
AXIS2_EXTERN axis2_status_t axiom_element_set_localname_str
( axiom_element_t * om_element,
const axutil_env_t * env,
axutil_string_t * localname )
Description:
This function sets the local name of the element.
AXIOM APIs 331