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

Xml Schema Annotation
[Xml Schema]


Classes

struct  xml_schema_annotation_ops
struct  xml_schema_annotation

Defines

#define XML_SCHEMA_ANNOTATION_FREE(annotation, env)
#define XML_SCHEMA_ANNOTATION_SUPER_OBJS(annotation, env)
#define XML_SCHEMA_ANNOTATION_GET_TYPE(annotation, env)
#define XML_SCHEMA_ANNOTATION_GET_ITEMS(annotation, env)
#define XML_SCHEMA_ANNOTATION_GET_BASE_IMPL(annotation, env)

Typedefs

typedef xml_schema_annotation xml_schema_annotation_t
typedef xml_schema_annotation_ops xml_schema_annotation_ops_t

Functions

AXIS2_EXTERN xml_schema_annotation_t * xml_schema_annotation_create (const axis2_env_t *env)

Define Documentation

#define XML_SCHEMA_ANNOTATION_FREE annotation,
env   ) 
 

Value:

(((xml_schema_annotation_t *) annotation)->ops->\
            free(annotation, env))

#define XML_SCHEMA_ANNOTATION_GET_BASE_IMPL annotation,
env   ) 
 

Value:

(((xml_schema_annotation_t *) annotation)->ops->\
            get_base_impl(annotation, env))

#define XML_SCHEMA_ANNOTATION_GET_ITEMS annotation,
env   ) 
 

Value:

(((xml_schema_annotation_t *) annotation)->ops->\
            get_items(annotation, env))

#define XML_SCHEMA_ANNOTATION_GET_TYPE annotation,
env   ) 
 

Value:

(((xml_schema_annotation_t *) annotation)->ops->\
            get_type(annotation, env))

#define XML_SCHEMA_ANNOTATION_SUPER_OBJS annotation,
env   ) 
 

Value:

(((xml_schema_annotation_t *) annotation)->ops->\
            super_objs(annotation, env))


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