axiom_comment.h File Reference

defines axiom_comment_t struct, and manipulation functions More...

#include <axiom_node.h>
#include <axiom_output.h>

Go to the source code of this file.

Classes

struct  axiom_comment_ops
 comment ops struct Encapsulator struct for ops of axiom_comment_t More...
struct  axiom_comment
 comment struct Handles the XML comment in AXIOM More...

Defines

#define AXIOM_COMMENT_FREE(om_comment, env)   ((om_comment)->ops->free(om_comment, env))
#define AXIOM_COMMENT_GET_VALUE(om_comment, env)   ((om_comment)->ops->get_value(om_comment, env))
#define AXIOM_COMMENT_SET_VALUE(om_comment, env, value)   ((om_comment)->ops->set_value(om_comment, env, value))
#define AXIOM_COMMENT_SERIALIZE(om_comment, env, om_output)   ((om_comment)->ops->serialize(om_comment, env, om_output))

Typedefs

typedef axiom_comment_ops axiom_comment_ops_t
 comment ops struct Encapsulator struct for ops of axiom_comment_t
typedef axiom_comment axiom_comment_t
 comment struct Handles the XML comment in AXIOM

Functions

AXIS2_EXTERN axiom_comment_taxiom_comment_create (const axis2_env_t *env, axiom_node_t *parent, const axis2_char_t *value, axiom_node_t **node)


Detailed Description

defines axiom_comment_t struct, and manipulation functions


Generated on Wed Dec 20 20:34:51 2006 for Axis2/C by  doxygen 1.5.1