Classes | |
struct | woden_types_element_ops |
struct | woden_types_element |
Defines | |
#define | WODEN_TYPES_ELEMENT_FREE(types_el, env) |
#define | WODEN_TYPES_ELEMENT_TYPE(types_el, env) |
#define | WODEN_TYPES_ELEMENT_SET_TYPE_SYSTEM(types_el, env, type_system) |
#define | WODEN_TYPES_ELEMENT_GET_TYPE_SYSTEM(types_el, env) |
#define | WODEN_TYPES_ELEMENT_ADD_SCHEMA(types_el, env, schema) |
#define | WODEN_TYPES_ELEMENT_REMOVE_SCHEMA(types_el, env, schema) |
#define | WODEN_TYPES_ELEMENT_GET_SCHEMAS(types_el, env) |
#define | WODEN_TYPES_ELEMENT_GET_SCHEMAS_WITH_NAMESPACE(types_el, env, namespc) |
#define | WODEN_TYPES_ELEMENT_GET_INLINED_SCHEMAS(types_el, env) |
#define | WODEN_TYPES_ELEMENT_GET_IMPORTED_SCHEMAS(types_el, env) |
Functions | |
axis2_status_t | woden_types_element_resolve_methods (woden_types_element_t *types_element, const axis2_env_t *env, axis2_hash_t *methods) |
|
Value: (((woden_types_element_t *) types_el)->ops->\ add_schema(types_el, env, schema)) |
|
Value: (((woden_types_element_t *) types_el)->ops->\ free (types_el, env)) |
|
Value: (((woden_types_element_t *) types_el)->ops->\ get_imported_schemas(types_el, env)) |
|
Value: (((woden_types_element_t *) types_el)->ops->\ get_inlined_schemas(types_el, env)) |
|
Value: (((woden_types_element_t *) types_el)->ops->\ get_schemas(types_el, env)) |
|
Value: (((woden_types_element_t *) types_el)->ops->\ get_schemas_with_namespace(types_el, env, namespc)) |
|
Value: (((woden_types_element_t *) types_el)->ops->\ get_type_system(types_el, env)) |
|
Value: (((woden_types_element_t *) types_el)->ops->\ remove_schema(types_el, env, schema)) |
|
Value: (((woden_types_element_t *) types_el)->ops->\ set_type_system(types_el, env, type_system)) |
|
Value: (((woden_types_element_t *) types_el)->ops->\ type (types_el, env)) |