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

axis2_om_text.h File Reference

Axis2 OM XML text. More...

#include <axis2_env.h>
#include <axis2_om_node.h>
#include <axis2_om_output.h>

Go to the source code of this file.

Defines

#define AXIS2_OM_TEXT_FREE(om_text, env)   ((om_text)->ops->free(om_text,env))
#define AXIS2_OM_TEXT_SERIALIZE(om_text, env, om_output)   ((om_text)->ops->serialize(om_text, env, om_output))
#define AXIS2_OM_TEXT_GET_VALUE(om_text, env)   ((om_text)->ops->get_value(om_text, env))
#define AXIS2_OM_TEXT_SET_VALUE(om_text, env, value)   ((om_text)->ops->set_value(om_text, env, value))

Typedefs

typedef axis2_om_text_ops axis2_om_text_ops_t
 OM text operations struct Encapsulator struct for operations of axis2_om_text.
typedef axis2_om_text axis2_om_text_t
 OM Text struct Handles the XML text in OM.

Functions

axis2_om_text_taxis2_om_text_create (axis2_env_t **env, axis2_om_node_t *parent, const axis2_char_t *value, axis2_om_node_t **node)


Detailed Description

Axis2 OM XML text.


Generated on Wed Dec 7 07:58:26 2005 for Axis2/C by  doxygen 1.4.2