#include <axis2_om_text.h>
Public Attributes | |
axis2_status_t(* | free )(struct axis2_om_text *om_text, axis2_env_t **env) |
axis2_status_t(* | serialize )(struct axis2_om_text *om_text, axis2_env_t **env, axis2_om_output_t *om_output) |
axis2_status_t(* | set_value )(struct axis2_om_text *om_text, axis2_env_t **env, const axis2_char_t *value) |
axis2_char_t *(* | get_value )(struct axis2_om_text *om_text, axis2_env_t **env) |
|
Free an axis2_om_text struct
|
|
get text value
|
|
Serialize operation
|
|
set the text value
|