woden_imported_schema.h File Reference

Axis2 Imported Schema Interface This interface represents a schema import, <xs:import>. It extends the abstract class SchemaImpl, adding support for the schemaLocation attribute. More...

#include <woden_schema.h>

Go to the source code of this file.

Classes

struct  woden_imported_schema_ops
struct  woden_imported_schema

Defines

#define WODEN_IMPORTED_SCHEMA_FREE(schema, env)   (((woden_imported_schema_t *) schema)->ops->free(schema, env))
#define WODEN_IMPORTED_SCHEMA_SUPER_OBJS(schema, env)   (((woden_imported_schema_t *) schema)->ops->super_objs(schema, env))
#define WODEN_IMPORTED_SCHEMA_TYPE(schema, env)   (((woden_imported_schema_t *) schema)->ops->type(schema, env))
#define WODEN_IMPORTED_SCHEMA_GET_BASE_IMPL(schema, env)
#define WODEN_IMPORTED_SCHEMA_SET_LOCATION(schema, env, location)
#define WODEN_IMPORTED_SCHEMA_GET_LOCATION(schema, env)

Typedefs

typedef woden_imported_schema woden_imported_schema_t
typedef woden_imported_schema_ops woden_imported_schema_ops_t

Functions

AXIS2_EXTERN woden_imported_schema_t * woden_imported_schema_create (const axis2_env_t *env)
AXIS2_EXTERN woden_imported_schema_t * woden_imported_schema_to_schema (void *schema, const axis2_env_t *env)
AXIS2_EXTERN axis2_status_t woden_imported_schema_resolve_methods (woden_imported_schema_t *schema, const axis2_env_t *env, woden_imported_schema_t *schema_impl, axis2_hash_t *methods)


Detailed Description

Axis2 Imported Schema Interface This interface represents a schema import, <xs:import>. It extends the abstract class SchemaImpl, adding support for the schemaLocation attribute.


Generated on Tue Oct 3 20:48:03 2006 for Axis2/C by  doxygen 1.4.7