#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_t * | axis2_om_text_create (axis2_env_t **env, axis2_om_node_t *parent, const axis2_char_t *value, axis2_om_node_t **node) |