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

xml_schema_obj.h File Reference

Axis2 Xml Schema Obj interface. More...

#include <axis2_allocator.h>
#include <axis2_env.h>
#include <axis2_error.h>
#include <axis2_string.h>
#include <axis2_utils_defines.h>
#include <axis2_array_list.h>
#include <axis2_hash.h>
#include <xml_schema_defines.h>

Go to the source code of this file.

Defines

#define XML_SCHEMA_OBJ_FREE(obj, env)   (((xml_schema_obj_t *) obj)->ops->free (obj, env))
#define XML_SCHEMA_OBJ_SUPER_OBJS(obj, env)   (((xml_schema_obj_t *) obj)->ops->super_objs (obj, env))
#define XML_SCHEMA_OBJ_GET_TYPE(obj, env)   (((xml_schema_obj_t *) obj)->ops->get_type (obj, env))
#define XML_SCHEMA_OBJ_GET_LINE_NUM(obj, env)   (((xml_schema_obj_t *) obj)->ops->get_line_num (obj, env))
#define XML_SCHEMA_OBJ_SET_LINE_NUM(obj, env, line_num)   (((xml_schema_obj_t *) obj)->ops->set_line_num (obj, env, line_num))
#define XML_SCHEMA_OBJ_GET_LINE_POS(obj, env)   (((xml_schema_obj_t *) obj)->ops->get_line_pos (obj, env))
#define XML_SCHEMA_OBJ_SET_LINE_POS(obj, env, line_pos)   (((xml_schema_obj_t *) obj)->ops->set_line_pos (obj, env, line_pos))
#define XML_SCHEMA_OBJ_GET_SOURCE_URI(obj, env)   (((xml_schema_obj_t *) obj)->ops->get_source_uri (obj, env))
#define XML_SCHEMA_OBJ_SET_SOURCE_URI(obj, env, source_uri)
#define XML_SCHEMA_OBJ_EQUALS(obj, env)   (((xml_schema_obj_t *) obj)->ops->equals (obj, env))

Typedefs

typedef xml_schema_obj xml_schema_obj_t
typedef xml_schema_obj_ops xml_schema_obj_ops_t

Functions

AXIS2_EXTERN xml_schema_obj_t * xml_schema_obj_create (const axis2_env_t *env)
AXIS2_EXTERN axis2_status_t xml_schema_obj_resolve_methods (xml_schema_obj_t *schema_obj, const axis2_env_t *env, xml_schema_obj_t *schema_obj_impl, axis2_hash_t *methods)


Detailed Description

Axis2 Xml Schema Obj interface.


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