woden_xml_attr.h File Reference

Axis2 Xml Attribute Interface This is an abstract superclass for all classes representing different types of XML attribute information items. More...

#include <axis2_allocator.h>
#include <axis2_env.h>
#include <axis2_error.h>
#include <axis2_string.h>
#include <axis2_utils.h>
#include <axis2_hash.h>
#include <axis2_qname.h>
#include <axis2_generic_obj.h>
#include <woden.h>

Go to the source code of this file.

Classes

struct  woden_xml_attr_ops
struct  woden_xml_attr

Defines

#define WODEN_XML_ATTR_FREE(xml_attr, env)   (((woden_xml_attr_t *) xml_attr)->ops->free (xml_attr, env))
#define WODEN_XML_ATTR_TYPE(xml_attr, env)   (((woden_xml_attr_t *) xml_attr)->ops->type (xml_attr, env))
#define WODEN_XML_ATTR_INIT(xml_attr, env, owner_el, owner_node, attr_type, attr_value)
#define WODEN_XML_ATTR_GET_ATTRIBUTE_TYPE(xml_attr, env)
#define WODEN_XML_ATTR_GET_CONTENT(xml_attr, env)   (((woden_xml_attr_t *) xml_attr)->ops->get_content(xml_attr, env))
#define WODEN_XML_ATTR_TO_EXTERNAL_FORM(xml_attr, env)
#define WODEN_XML_ATTR_IS_VALID(xml_attr, env)   (((woden_xml_attr_t *) xml_attr)->ops->is_valid(xml_attr, env))
#define WODEN_XML_ATTR_CONVERT(xml_attr, env, owner_el, owner_node, attr_type, attr_value)
#define WODEN_XML_ATTR_SET_VALID(xml_attr, env, validity)

Typedefs

typedef woden_xml_attr woden_xml_attr_t
typedef woden_xml_attr_ops woden_xml_attr_ops_t

Functions

AXIS2_EXTERN woden_xml_attr_t * woden_xml_attr_create (const axis2_env_t *env, struct axiom_element *owner_el, struct axiom_node *owner_node, axis2_qname_t *attr_type, axis2_char_t *attr_value)
AXIS2_EXTERN axis2_status_t woden_xml_attr_resolve_methods (woden_xml_attr_t *xml_attr, const axis2_env_t *env, axis2_hash_t *methods)


Detailed Description

Axis2 Xml Attribute Interface This is an abstract superclass for all classes representing different types of XML attribute information items.


Generated on Thu Aug 31 17:32:39 2006 for Axis2/C by  doxygen 1.4.6