represent command line option


Classes

struct  w2c_schema_compiler_ops
struct  w2c_schema_compiler

Defines

#define W2C_SCHEMA_COMPILER_FREE(schema_compiler, env)   ((schema_compiler)->ops->free (schema_compiler, env))
#define W2C_SCHEMA_COMPILER_COMPILE_SCHEMA_LIST(schema_compiler, env, list)   ((schema_compiler)->ops->compile_schema_list(schema_compiler, env, list))
#define W2C_SCHEMA_COMPILER_COMPILE(schema_compiler, env, schema)   ((schema_compiler)->ops->compile(schema_compiler, env, schema))

Typedefs

typedef w2c_schema_compiler w2c_schema_compiler_t
typedef w2c_schema_compiler_ops w2c_schema_compiler_ops_t

Functions

AXIS2_EXTERN w2c_schema_compiler_t * w2c_schema_compiler_create (const axis2_env_t *env, w2c_schema_compiler_options_t *options)

Function Documentation

AXIS2_EXTERN w2c_schema_compiler_t* w2c_schema_compiler_create ( const axis2_env_t env,
w2c_schema_compiler_options_t *  options 
)

create a schema_compiler obj.

Parameters:
env Environment. MUST NOT be NULL
options compiler options
Returns:
newly created schema_compiler obj


Generated on Tue Oct 3 22:36:02 2006 for Axis2/C by  doxygen 1.4.7