Files | |
file | xml_schema_annotated.h |
_______________ ______________________ |xml_schema_obj | ---> | xml_schema_annotated | |_______________| |______________________| | |
Classes | |
struct | xml_schema_annotated_ops |
struct | xml_schema_annotated |
Defines | |
#define | XML_SCHEMA_ANNOTATED_FREE(annotated, env) |
#define | XML_SCHEMA_ANNOTATED_SUPER_OBJS(annotated, env) |
#define | XML_SCHEMA_ANNOTATED_GET_TYPE(annotated, env) |
#define | XML_SCHEMA_ANNOTATED_GET_BASE_IMPL(annotated, env) |
#define | XML_SCHEMA_ANNOTATED_GET_ID(annotated, env) |
#define | XML_SCHEMA_ANNOTATED_SET_ID(annotated, env, id) |
#define | XML_SCHEMA_ANNOTATED_GET_ANNOTATION(annotated, env) |
#define | XML_SCHEMA_ANNOTATED_SET_ANNOTATION(annotated, env, annotation) |
#define | XML_SCHEMA_ANNOTATED_GET_UNHANDLED_ATTRS(annotated, env) |
#define | XML_SCHEMA_ANNOTATED_SET_UNHANDLED_ATTRS(annotated, env, unhandled_attrs) |
Typedefs | |
typedef xml_schema_annotated | xml_schema_annotated_t |
typedef xml_schema_annotated_ops | xml_schema_annotated_ops_t |
Functions | |
AXIS2_EXTERN xml_schema_annotated_t * | xml_schema_annotated_create (const axis2_env_t *env) |
AXIS2_EXTERN axis2_status_t | xml_schema_annotated_resolve_methods (xml_schema_annotated_t *annotated, const axis2_env_t *env, xml_schema_annotated_t *annotated_impl, XML_SCHEMA_SUPER_OBJS_FN super_objs, XML_SCHEMA_GET_TYPE_FN get_type, XML_SCHEMA_FREE_FN free_fn) |
|
Value: (((xml_schema_annotated_t *) annotated)->ops->free(\ annotated, env))
|
|
Value: (((xml_schema_annotated_t *) annotated)->ops->get_annotation(\ annotated, env)) |
|
Value: (((xml_schema_annotated_t *) annotated)->ops->get_base_impl(\ annotated, env)) |
|
Value: (((xml_schema_annotated_t *) annotated)->ops->get_id(\ annotated, env))
|
|
Value: (((xml_schema_annotated_t *) annotated)->ops->get_type(\ annotated, env))
|
|
Value: (((xml_schema_annotated_t *) annotated)->ops->get_unhandled_attrs(\ annotated, env)) |
|
Value: (((xml_schema_annotated_t *) annotated)->ops->set_annotation(\ annotated, env, annotation)) |
|
Value: (((xml_schema_annotated_t *) annotated)->ops->set_id(\ annotated, env, id))
|
|
Value: (((xml_schema_annotated_t *) annotated)->ops->set_unhandled_attrs(\ annotated, env, unhandled_attrs)) |
|
Value: (((xml_schema_annotated_t *) annotated)->ops->super_objs(\ annotated, env))
|
|
Type name for struct xml_scheam_annoated_ops |
|
Type name for struct xml_schema_annotated. |
|
create an xml_schema_annotated struct instance
|
|
This method is internal to Axis2 C. It is called from Child Constructor |