#include <axiom_text.h>
Public Attributes | |
axis2_status_t(* | free )(struct axiom_text *om_text, const axis2_env_t *env) |
axis2_status_t(* | serialize )(struct axiom_text *om_text, const axis2_env_t *env, axiom_output_t *om_output) |
axis2_status_t(* | set_value )(struct axiom_text *om_text, const axis2_env_t *env, const axis2_char_t *value) |
axis2_char_t *(* | get_value )(struct axiom_text *om_text, const axis2_env_t *env) |
axis2_status_t(* | set_optimize )(struct axiom_text *om_text, const axis2_env_t *env, axis2_bool_t optimize) |
axis2_status_t(* | set_is_binary )(struct axiom_text *om_text, const axis2_env_t *env, axis2_bool_t is_binary) |
axiom_data_handler_t *(* | get_data_handler )(struct axiom_text *om_text, const axis2_env_t *env) |
axis2_char_t *(* | get_content_id )(struct axiom_text *om_text, const axis2_env_t *env) |
axis2_status_t( * axiom_text_ops::free)(struct axiom_text *om_text, const axis2_env_t *env) |
Free an axiom_text struct
env | environment. MUST NOT be NULL. | |
om_text | pointer to om text struct to be freed. |
axis2_char_t*( * axiom_text_ops::get_value)(struct axiom_text *om_text, const axis2_env_t *env) |
get text value
om_text | om_text struct | |
env | environment, MUST NOT be NULL. |
axis2_status_t( * axiom_text_ops::serialize)(struct axiom_text *om_text, const axis2_env_t *env, axiom_output_t *om_output) |
Serialize op
env | environment. MUST NOT be NULL. | |
om_text | pointer to om text struct to be serialized. | |
om_output | AXIOM output handler to be used in serializing. |
axis2_status_t( * axiom_text_ops::set_is_binary)(struct axiom_text *om_text, const axis2_env_t *env, axis2_bool_t is_binary) |
om_text | text value | |
env | environment | |
is_binary |
axis2_status_t( * axiom_text_ops::set_optimize)(struct axiom_text *om_text, const axis2_env_t *env, axis2_bool_t optimize) |
set optimized
om_text | pointer to om_text struct | |
env | environment optimize value |
axis2_status_t( * axiom_text_ops::set_value)(struct axiom_text *om_text, const axis2_env_t *env, const axis2_char_t *value) |
set the text value
om_text | om_text struct | |
env | environment , MUST NOT be NULL. | |
value | text |