#include <axiom_comment.h>
Public Attributes | |
axis2_status_t(* | free )(struct axiom_comment *om_comment, const axis2_env_t *env) |
axis2_char_t *(* | get_value )(struct axiom_comment *om_comment, const axis2_env_t *env) |
axis2_status_t(* | set_value )(struct axiom_comment *om_comment, const axis2_env_t *env, const axis2_char_t *value) |
axis2_status_t(* | serialize )(struct axiom_comment *om_comment, const axis2_env_t *env, axiom_output_t *om_output) |
axis2_status_t( * axiom_comment_ops::free)(struct axiom_comment *om_comment, const axis2_env_t *env) |
Free a axis2_comment_t struct
om_comment | pointer to axis2_commnet_t struct to be freed | |
env | Environment. MUST NOT be NULL. |
axis2_char_t*( * axiom_comment_ops::get_value)(struct axiom_comment *om_comment, const axis2_env_t *env) |
get the comments data
om_comment | a pointer to axiom_comment_t struct | |
env | environment, MUST NOT be NULL |
axis2_status_t( * axiom_comment_ops::serialize)(struct axiom_comment *om_comment, const axis2_env_t *env, axiom_output_t *om_output) |
serialize function
om_comment | pointer to axiom_comment_t struct | |
env | environment, MUST NOT be NULL. | |
om_output | pointer to om_output_t struct |
axis2_status_t( * axiom_comment_ops::set_value)(struct axiom_comment *om_comment, const axis2_env_t *env, const axis2_char_t *value) |
set comment data
om_comment | pointer to axiom_comment_t struct | |
env | environment, MUST NOT be NULL. | |
value | comment text |