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

axiom_text_ops Struct Reference
[OM Text]

OM text ops struct Encapsulator struct for ops of axiom_text. More...

#include <axiom_text.h>

List of all members.

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)


Detailed Description

OM text ops struct Encapsulator struct for ops of axiom_text.


Member Data Documentation

axis2_status_t( * axiom_text_ops::free)(struct axiom_text *om_text, const axis2_env_t *env)
 

Free an axiom_text struct

Parameters:
env environment. MUST NOT be NULL.
om_text pointer to om text struct to be freed.
Returns:
satus of the op. AXIS2_SUCCESS on success AXIS2_FAILURE on error.

axis2_char_t*( * axiom_text_ops::get_value)(struct axiom_text *om_text, const axis2_env_t *env)
 

get text value

Parameters:
om_text om_text struct
env environment, MUST NOT be NULL.
Returns:
text value , NULL is returned if there is no text value.

axis2_status_t( * axiom_text_ops::serialize)(struct axiom_text *om_text, const axis2_env_t *env, axiom_output_t *om_output)
 

Serialize op

Parameters:
env environment. MUST NOT be NULL.
om_text pointer to om text struct to be serialized.
om_output OM output handler to be used in serializing.
Returns:
satus of the op. AXIS2_SUCCESS on success, AXIS2_FAILURE on error

axis2_status_t( * axiom_text_ops::set_is_binary)(struct axiom_text *om_text, const axis2_env_t *env, axis2_bool_t is_binary)
 

Parameters:
om_text text value
env environment
is_binary 
Returns:
AXIS2_SUCCESS

axis2_status_t( * axiom_text_ops::set_optimize)(struct axiom_text *om_text, const axis2_env_t *env, axis2_bool_t optimize)
 

set optimized

Parameters:
om_text pointer to om_text struct
env environment optimize value
Returns:
AXIS2_SUCCESS

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

Parameters:
om_text om_text struct
env environment , MUST NOT be NULL.
value text
Returns:
status of the op. AXIS2_SUCCESS on success, AXIS2_FAILURE on error.


The documentation for this struct was generated from the following file:
Generated on Fri Jun 16 18:02:40 2006 for Axis2/C by  doxygen 1.4.2