Main Page | Modules | Class List | Directories | File List | Class Members | File Members

axis2_om_comment_ops Struct Reference
[OM Comment]

OM comment operations struct Encapsulator struct for operations of axis2_om_comment_t. More...

#include <axis2_om_comment.h>

List of all members.

Public Attributes

axis2_status_t(* free )(struct axis2_om_comment *om_comment, axis2_env_t **env)
axis2_char_t *(* get_value )(struct axis2_om_comment *om_comment, axis2_env_t **env)
axis2_status_t(* set_value )(struct axis2_om_comment *om_comment, axis2_env_t **env, const axis2_char_t *value)
axis2_status_t(* serialize )(struct axis2_om_comment *om_comment, axis2_env_t **env, axis2_om_output_t *om_output)


Detailed Description

OM comment operations struct Encapsulator struct for operations of axis2_om_comment_t.


Member Data Documentation

axis2_status_t( * axis2_om_comment_ops::free)(struct axis2_om_comment *om_comment, axis2_env_t **env)
 

Free a axis2_comment_t struct

Parameters:
om_comment pointer to axis2_commnet_t struct to be freed
env Environment. MUST NOT be NULL.
Returns:
satus of the operation. AXIS2_SUCCESS on success ,AXIS2_FAILURE on error.

axis2_char_t*( * axis2_om_comment_ops::get_value)(struct axis2_om_comment *om_comment, axis2_env_t **env)
 

get the comments data

Parameters:
om_comment a pointer to axis2_om_comment_t struct
env environment, MUST NOT be NULL
Returns:
comment text

axis2_status_t( * axis2_om_comment_ops::serialize)(struct axis2_om_comment *om_comment, axis2_env_t **env, axis2_om_output_t *om_output)
 

serialize function

Parameters:
om_comment pointer to axis2_om_comment_t struct
env environment, MUST NOT be NULL.
om_output pointer to om_output_t struct
Returns:
AXIS2_SUCCESS on success, AXIS2_FAILURE on error.

axis2_status_t( * axis2_om_comment_ops::set_value)(struct axis2_om_comment *om_comment, axis2_env_t **env, const axis2_char_t *value)
 

set comment data

Parameters:
om_comment pointer to axis2_om_comment_t struct
env environment, MUST NOT be NULL.
value comment text
Returns:
AXIS2_SUCCESS on success , AXIS2_FAILURE on error


The documentation for this struct was generated from the following file:
Generated on Thu Nov 24 13:58:31 2005 for Axis2/C by  doxygen 1.4.2