Typedefs | |
typedef struct sandesha2_identifier_t | sandesha2_identifier_t |
Functions | |
axis2_status_t | sandesha2_identifier_free_void_arg (void *identifier, const axutil_env_t *env) |
sandesha2_identifier sandesha2_identifier | |
axis2_status_t | sandesha2_identifier_free (sandesha2_identifier_t *identifier, const axutil_env_t *env) |
AXIS2_EXTERN sandesha2_identifier_t * | sandesha2_identifier_create (const axutil_env_t *env, axis2_char_t *ns_value) |
AXIS2_EXTERN sandesha2_identifier_t * | sandesha2_identifier_clone (const axutil_env_t *env, sandesha2_identifier_t *identifier) |
axis2_char_t * | sandesha2_identifier_get_identifier (sandesha2_identifier_t *identifier, const axutil_env_t *env) |
axis2_status_t | sandesha2_identifier_set_identifier (sandesha2_identifier_t *identifier, const axutil_env_t *env, axis2_char_t *str_id) |
axis2_char_t * | sandesha2_identifier_get_namespace_value (sandesha2_identifier_t *identifier, const axutil_env_t *env) |
void * | sandesha2_identifier_from_om_node (sandesha2_identifier_t *identifier, const axutil_env_t *env, axiom_node_t *om_node) |
axiom_node_t * | sandesha2_identifier_to_om_node (sandesha2_identifier_t *identifier, const axutil_env_t *env, void *om_node) |