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

axis2_om_attribute.h File Reference

om attribute struct represents an xml attribute More...

#include <axis2_env.h>
#include <axis2_qname.h>
#include <axis2_om_namespace.h>
#include <axis2_om_output.h>

Go to the source code of this file.

Defines

#define AXIS2_OM_ATTRIBUTE_FREE(om_attribute, env)   ((om_attribute)->ops->free(om_attribute, env))
#define AXIS2_OM_ATTRIBUTE_GET_QNAME(om_attribute, env)   ((om_attribute)->ops->get_qname(om_attribute, env))
#define AXIS2_OM_ATTRIBUTE_SERIALIZE(om_attribute, env, om_ouput)   ((om_attribute)->ops->serialize(om_attribute, env, om_output))
#define AXIS2_OM_ATTRIBUTE_GET_NAMESPACE(om_attribute, env)   ((om_attribute)->ops->get_namespace(om_attribute, env))
#define AXIS2_OM_ATTRIBUTE_GET_LOCALNAME(om_attribute, env)   ((om_attribute)->ops->get_localname(om_attribute, env))
#define AXIS2_OM_ATTRIBUTE_GET_VALUE(om_attribute, env)   ((om_attribute)->ops->get_value(om_attribute, env))
#define AXIS2_OM_ATTRIBUTE_SET_NAMESPACE(om_attribute, env, ns)   ((om_attribute)->ops->set_namespace(om_attribute, env,ns))
#define AXIS2_OM_ATTRIBUTE_SET_LOCALNAME(om_attribute, env, localname)   ((om_attribute)->ops->set_localname(om_attribute, env,localname))
#define AXIS2_OM_ATTRIBUTE_SET_VALUE(om_attribute, env, value)   ((om_attribute)->ops->set_value(om_attribute, env,value))

Typedefs

typedef axis2_om_attribute_ops axis2_om_attribute_ops_t
 OM attribute operations struct operations Encapsulator struct for axis2_om_attribute.
typedef axis2_om_attribute axis2_om_attribute_t
 OM attribute struct Handles the XML attribute in OM.

Functions

axis2_om_attribute_taxis2_om_attribute_create (axis2_env_t **env, const axis2_char_t *localname, const axis2_char_t *value, axis2_om_namespace_t *ns)


Detailed Description

om attribute struct represents an xml attribute


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