#include <axis2_utils.h>
#include <w2c_schema_compiler_options.h>
#include <xml_schema.h>
#include <w2c_typemapper.h>
Go to the source code of this file.
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) |