Classes | |
struct | xml_schema_derivation_method_ops |
struct | xml_schema_derivation_method |
Defines | |
#define | XML_SCHEMA_DERIVATION_METHOD_FREE(derivation_method, env) |
#define | XML_SCHEMA_DERIVATION_METHOD_GET_BASE_IMPL(derivation_method, env) |
#define | XML_SCHEMA_DERIVATION_METHOD_GET_VALUES(derivation_method, env) |
#define | XML_SCHEMA_DERIVATION_METHOD_GET_TYPE(derivation_method, env) |
#define | XML_SCHEMA_DERIVATION_METHOD_SUPER_OBJS(derivation_method, env) |
Typedefs | |
typedef xml_schema_derivation_method | xml_schema_derivation_method_t |
typedef xml_schema_derivation_method_ops | xml_schema_derivation_method_ops_t |
Functions | |
AXIS2_EXTERN xml_schema_derivation_method_t * | xml_schema_derivation_method_create (const axis2_env_t *env, axis2_char_t *value) |
#define XML_SCHEMA_DERIVATION_METHOD_FREE | ( | derivation_method, | |||
env | ) |
Value:
(((xml_schema_derivation_method_t *) \ derivation_method)->ops->free(derivation_method, env))
#define XML_SCHEMA_DERIVATION_METHOD_GET_BASE_IMPL | ( | derivation_method, | |||
env | ) |
Value:
(((xml_schema_derivation_method_t *) \ derivation_method)->ops->get_base_impl(derivation_method, env))
#define XML_SCHEMA_DERIVATION_METHOD_GET_TYPE | ( | derivation_method, | |||
env | ) |
Value:
(((xml_schema_derivation_method_t *) \ derivation_method)->ops->get_type(derivation_method, env))
#define XML_SCHEMA_DERIVATION_METHOD_GET_VALUES | ( | derivation_method, | |||
env | ) |
Value:
(((xml_schema_derivation_method_t *) \ derivation_method)->ops->values(derivation_method, env))
#define XML_SCHEMA_DERIVATION_METHOD_SUPER_OBJS | ( | derivation_method, | |||
env | ) |
Value:
(((xml_schema_derivation_method_t *) \ derivation_method)->ops->super_objs(derivation_method, env))