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

axiom_attribute.h File Reference

om attribute struct represents an xml attribute More...

#include <axis2_env.h>
#include <axis2_qname.h>
#include <axiom_namespace.h>
#include <axiom_output.h>

Go to the source code of this file.

Defines

#define AXIOM_ATTRIBUTE_FREE(om_attribute, env)   ((om_attribute)->ops->free(om_attribute, env))
#define AXIOM_ATTRIBUTE_GET_QNAME(om_attribute, env)   ((om_attribute)->ops->get_qname(om_attribute, env))
#define AXIOM_ATTRIBUTE_SERIALIZE(om_attribute, env, om_ouput)   ((om_attribute)->ops->serialize(om_attribute, env, om_output))
#define AXIOM_ATTRIBUTE_GET_NAMESPACE(om_attribute, env)   ((om_attribute)->ops->get_namespace(om_attribute, env))
#define AXIOM_ATTRIBUTE_GET_LOCALNAME(om_attribute, env)   ((om_attribute)->ops->get_localname(om_attribute, env))
#define AXIOM_ATTRIBUTE_GET_VALUE(om_attribute, env)   ((om_attribute)->ops->get_value(om_attribute, env))
#define AXIOM_ATTRIBUTE_SET_NAMESPACE(om_attribute, env, ns)   ((om_attribute)->ops->set_namespace(om_attribute, env,ns))
#define AXIOM_ATTRIBUTE_SET_LOCALNAME(om_attribute, env, localname)   ((om_attribute)->ops->set_localname(om_attribute, env,localname))
#define AXIOM_ATTRIBUTE_SET_VALUE(om_attribute, env, value)   ((om_attribute)->ops->set_value(om_attribute, env,value))
#define AXIOM_ATTRIBUTE_CLONE(om_attribute, env)   ((om_attribute)->ops->clone(om_attribute, env))

Typedefs

typedef axiom_attribute_ops axiom_attribute_ops_t
 OM attribute ops struct ops Encapsulator struct for axiom_attribute.
typedef axiom_attribute axiom_attribute_t
 OM attribute struct Handles the XML attribute in OM.

Functions

AXIS2_EXTERN axiom_attribute_taxiom_attribute_create (const axis2_env_t *env, const axis2_char_t *localname, const axis2_char_t *value, axiom_namespace_t *ns)
AXIS2_EXTERN axis2_status_t axiom_attribute_free_void_arg (void *om_attribute, const axis2_env_t *env)


Detailed Description

om attribute struct represents an xml attribute


Generated on Fri Jun 16 18:02:32 2006 for Axis2/C by  doxygen 1.4.2