Classes | |
struct | xml_schema_simple_content_ops |
struct | xml_schema_simple_content |
Defines | |
#define | XML_SCHEMA_SIMPLE_CONTENT_FREE(sim_content, env) |
#define | XML_SCHEMA_SIMPLE_CONTENT_GET_BASE_IMPL(sim_content, env) |
#define | XML_SCHEMA_SIMPLE_CONTENT_SUPER_OBJS(sim_content, env) |
#define | XML_SCHEMA_SIMPLE_CONTENT_GET_TYPE(sim_content, env) |
#define | XML_SCHEMA_SIMPLE_CONTENT_GET_CONTENT(sim_content, env) |
#define | XML_SCHEMA_SIMPLE_CONTENT_SET_CONTENT(sim_content, env, content) |
#define | XML_SCHEMA_SIMPLE_CONTENT_TO_STRING(sim_content, env, prefix, tab) |
Typedefs | |
typedef xml_schema_simple_content | xml_schema_simple_content_t |
typedef xml_schema_simple_content_ops | xml_schema_simple_content_ops_t |
Functions | |
AXIS2_EXTERN xml_schema_simple_content_t * | xml_schema_simple_content_create (const axis2_env_t *env) |
|
Value: (((xml_schema_simple_content_t *) sim_content)->ops->\ free(sim_content, env)) |
|
Value: (((xml_schema_simple_content_t *) sim_content)->ops->\ get_base_impl(sim_content, env)) |
|
Value: (((xml_schema_simple_content_t *) sim_content)->ops->\ get_content(sim_content, env)) |
|
Value: (((xml_schema_simple_content_t *) sim_content)->ops->\ get_type(sim_content, env)) |
|
Value: (((xml_schema_simple_content_t *) sim_content)->ops->\ set_content(sim_content, env, content)) |
|
Value: (((xml_schema_simple_content_t *) sim_content)->ops->\ super_objs(sim_content, env)) |
|
Value: (((xml_schema_simple_content_t *) sim_content)->ops->\ to_string(sim_content, env, prefix, tab)) |
|
Creates new Xml Schema Group |