Main Page | Modules | Class List | Directories | File List | Class Members | File Members | Examples

Xml Schema Derivation Method
[Xml Schema]


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 Documentation

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


Generated on Fri Jun 16 18:02:51 2006 for Axis2/C by  doxygen 1.4.2