Xml_schema_annotated
[Xml Schema]


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_txml_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)

Detailed Description

The is the base struct for any element that can contain annotation elements.

Define Documentation

#define XML_SCHEMA_ANNOTATED_FREE ( annotated,
env   ) 

Value:

(((xml_schema_annotated_t *) annotated)->ops->free(\
            annotated, env))
Free xml_schema_annotated instance
See also:
xml_schema_annotated_ops::free

#define XML_SCHEMA_ANNOTATED_GET_ANNOTATION ( annotated,
env   ) 

Value:

(((xml_schema_annotated_t *) annotated)->ops->get_annotation(\
            annotated, env))
get annotation
See also:
xml_schema_annotated_ops::get_annotation

#define XML_SCHEMA_ANNOTATED_GET_BASE_IMPL ( annotated,
env   ) 

Value:

(((xml_schema_annotated_t *) annotated)->ops->get_base_impl(\
            annotated, env))
get base struct xml_schema_obj
See also:
xml_schema_annotated_ops::get_base_impl

#define XML_SCHEMA_ANNOTATED_GET_ID ( annotated,
env   ) 

Value:

(((xml_schema_annotated_t *) annotated)->ops->get_id(\
            annotated, env))
get string id
See also:
xml_schema_annotated_ops::get_id

#define XML_SCHEMA_ANNOTATED_GET_TYPE ( annotated,
env   ) 

Value:

(((xml_schema_annotated_t *) annotated)->ops->get_type(\
            annotated, env))
get type
See also:
xml_schema_annotated_ops::get_type

#define XML_SCHEMA_ANNOTATED_GET_UNHANDLED_ATTRS ( annotated,
env   ) 

Value:

(((xml_schema_annotated_t *) annotated)->ops->get_unhandled_attrs(\
            annotated, env))
get attributes
See also:
xml_schema_annotated_ops::get_unhandled_attrs

#define XML_SCHEMA_ANNOTATED_SET_ANNOTATION ( annotated,
env,
annotation   ) 

Value:

(((xml_schema_annotated_t *) annotated)->ops->set_annotation(\
            annotated, env, annotation))
set annotation.
See also:
xml_schema_annotated_ops::set_annotation

#define XML_SCHEMA_ANNOTATED_SET_ID ( annotated,
env,
id   ) 

Value:

(((xml_schema_annotated_t *) annotated)->ops->set_id(\
            annotated, env, id))
set id
See also:
xml_schema_annotated_ops::set_id

#define XML_SCHEMA_ANNOTATED_SET_UNHANDLED_ATTRS ( annotated,
env,
unhandled_attrs   ) 

Value:

(((xml_schema_annotated_t *) annotated)->ops->set_unhandled_attrs(\
            annotated, env, unhandled_attrs))
set attributes
See also:
xml_schema_annotated_ops::set_unhandled_attrs

#define XML_SCHEMA_ANNOTATED_SUPER_OBJS ( annotated,
env   ) 

Value:

(((xml_schema_annotated_t *) annotated)->ops->super_objs(\
            annotated, env))
get base types
See also:
xml_schema_annotated_ops::super_objs


Typedef Documentation

typedef struct xml_schema_annotated_ops xml_schema_annotated_ops_t

Type name for struct xml_scheam_annoated_ops

typedef struct xml_schema_annotated xml_schema_annotated_t

Type name for struct xml_schema_annotated.


Function Documentation

AXIS2_EXTERN xml_schema_annotated_t* xml_schema_annotated_create ( const axis2_env_t env  ) 

create an xml_schema_annotated struct instance

Parameters:
env environment
Returns:
pointer to xml_schema_annotated_t

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 
)

This method is internal to Axis2 C. It is called from Child Constructor


Generated on Tue Oct 3 18:21:17 2006 for Axis2/C by  doxygen 1.4.7