#include <xml_schema_defines.h>
#include <xml_schema_particle.h>
#include <axis2_hash.h>
#include <axis2_qname.h>
Go to the source code of this file.
Classes | |
struct | xml_schema_group_ref_ops |
struct | xml_schema_group_ref |
#define | XML_SCHEMA_GROUP_REF_FREE(group_ref, env) |
#define | XML_SCHEMA_GROUP_REF_SUPER_OBJS(group_ref, env) (((xml_schema_group_ref_t *) group_ref)->ops->super_objs(group_ref, env)) |
#define | XML_SCHEMA_GROUP_REF_GET_TYPE(group_ref, env) (((xml_schema_group_ref_t *) group_ref)->ops->get_type(group_ref, env)) |
#define | XML_SCHEMA_GROUP_REF_GET_BASE_IMPL(group_ref, env) |
#define | XML_SCHEMA_GROUP_REF_GET_REF_QNAME(group_ref, env) |
#define | XML_SCHEMA_GROUP_REF_SET_REF_QNAME(group_ref, env, ref_qname) |
#define | XML_SCHEMA_GROUP_REF_GET_PARTICLE(group_ref, env) |
#define | XML_SCHEMA_GROUP_REF_SET_PARTICLE(group_ref, env, particle) |
typedef xml_schema_group_ref | xml_schema_group_ref_t |
typedef xml_schema_group_ref_ops | xml_schema_group_ref_ops_t |
AXIS2_EXTERN xml_schema_group_ref_t * | xml_schema_group_ref_create (const axis2_env_t *env) |
|
Value: (((xml_schema_group_ref_t *) group_ref)->ops->\ free(group_ref, env)) |
|
Value: (((xml_schema_group_ref_t *) group_ref)->ops->\ get_base_impl(group_ref, env)) |
|
Value: (((xml_schema_group_ref_t *) group_ref)->ops->\ get_particle(group_ref, env)) |
|
Value: (((xml_schema_group_ref_t *) group_ref)->ops->\ get_ref_qname(group_ref, env)) |
|
Value: (((xml_schema_group_ref_t *) group_ref)->ops->\ set_particle(group_ref, env, particle)) |
|
Value: (((xml_schema_group_ref_t *) group_ref)->ops->\ set_ref_qname(group_ref, env, ref_qname)) |
|
xml_schema_group_ref Xml Schema Group Ref xml_schema |
|
Creates new Xml Schema Group Ref |