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) |
#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))
typedef struct xml_schema_annotation_ops xml_schema_annotation_ops_t |
type name for struct xml_schema_annotation_ops
typedef struct xml_schema_annotation xml_schema_annotation_t |
type name for struct xml_schema_annotation
AXIS2_EXTERN xml_schema_annotation_t* xml_schema_annotation_create | ( | const axis2_env_t * | env | ) |
create an xml_schema_annotation struct instance
env | environment |