Classes | |
struct | xml_schema_simple_type_restriction_ops |
struct | xml_schema_simple_type_restriction |
Defines | |
#define | XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_FREE(simple_type_restriction, env) |
#define | XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_GET_BASE_IMPL(simple_type_restriction, env) |
#define | XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_GET_TYPE(simple_type_restriction, env) |
#define | XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_SUPER_OBJS(simple_type_restriction, env) |
#define | XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_GET_BASE_TYPE(simple_type_restriction, env) |
#define | XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_SET_BASE_TYPE(simple_type_restriction, env, base_type) |
#define | XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_GET_BASE_TYPE_NAME(simple_type_restriction, env) |
#define | XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_SET_BASE_TYPE_NAME(simple_type_restriction, env, base_type_name) |
#define | XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_GET_FACETS(simple_type_restriction, env) |
Typedefs | |
typedef xml_schema_simple_type_restriction | xml_schema_simple_type_restriction_t |
typedef xml_schema_simple_type_restriction_ops | xml_schema_simple_type_restriction_ops_t |
Functions | |
AXIS2_EXTERN xml_schema_simple_type_restriction_t * | xml_schema_simple_type_restriction_create (const axis2_env_t *env) |
#define XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_FREE | ( | simple_type_restriction, | |||
env | ) |
Value:
(((xml_schema_simple_type_restriction_t *) simple_type_restriction)->ops->\ free(simple_type_restriction, env))
#define XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_GET_BASE_IMPL | ( | simple_type_restriction, | |||
env | ) |
Value:
(((xml_schema_simple_type_restriction_t *) simple_type_restriction)->ops->\ get_base_impl(simple_type_restriction, env))
#define XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_GET_BASE_TYPE | ( | simple_type_restriction, | |||
env | ) |
Value:
(((xml_schema_simple_type_restriction_t *) simple_type_restriction)->ops->\ get_base_type(simple_type_restriction, env))
#define XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_GET_BASE_TYPE_NAME | ( | simple_type_restriction, | |||
env | ) |
Value:
(((xml_schema_simple_type_restriction_t *) simple_type_restriction)->ops->\ get_base_type_name(simple_type_restriction, env))
#define XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_GET_FACETS | ( | simple_type_restriction, | |||
env | ) |
Value:
(((xml_schema_simple_type_restriction_t *) simple_type_restriction)->ops->\ get_facets(simple_type_restriction, env))
#define XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_GET_TYPE | ( | simple_type_restriction, | |||
env | ) |
Value:
(((xml_schema_simple_type_restriction_t *) simple_type_restriction)->ops->\ get_type(simple_type_restriction, env))
#define XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_SET_BASE_TYPE | ( | simple_type_restriction, | |||
env, | |||||
base_type | ) |
Value:
(((xml_schema_simple_type_restriction_t *) simple_type_restriction)->ops->\ set_base_type(simple_type_restriction, env, base_type))
#define XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_SET_BASE_TYPE_NAME | ( | simple_type_restriction, | |||
env, | |||||
base_type_name | ) |
Value:
(((xml_schema_simple_type_restriction_t *) simple_type_restriction)->ops->\ set_base_type_name(simple_type_restriction, env, base_type_name))
#define XML_SCHEMA_SIMPLE_TYPE_RESTRICTION_SUPER_OBJS | ( | simple_type_restriction, | |||
env | ) |
Value:
(((xml_schema_simple_type_restriction_t *) simple_type_restriction)->ops->\ super_objs(simple_type_restriction, env))
AXIS2_EXTERN xml_schema_simple_type_restriction_t* xml_schema_simple_type_restriction_create | ( | const axis2_env_t * | env | ) |
Creates new Xml Schema Particle Particle types are usually interchangeable. A local element declaration or reference to a global element declaration (element), a compositor ( sequence, choice, or all), a reference to a named content model group (group), or an element wildcard (any).