Files | |
file | xml_schema_annotation.h |
annotation element representation | |
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) |
|
Value: (((xml_schema_annotation_t *) annotation)->ops->\ free(annotation, env))
|
|
Value: (((xml_schema_annotation_t *) annotation)->ops->\ get_base_impl(annotation, env))
|
|
Value: (((xml_schema_annotation_t *) annotation)->ops->\ get_items(annotation, env))
|
|
Value: (((xml_schema_annotation_t *) annotation)->ops->\ get_type(annotation, env))
|
|
Value: (((xml_schema_annotation_t *) annotation)->ops->\ super_objs(annotation, env))
|
|
type name for struct xml_schema_annotation_ops |
|
type name for struct xml_schema_annotation |
|
create an xml_schema_annotation struct instance
|