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

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.

Defines

#define WODEN_IMPORTED_SCHEMA_FREE(schema, env)   (((woden_imported_schema_t *) schema)->ops->free(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 Fri Jun 16 18:02:37 2006 for Axis2/C by  doxygen 1.4.2