Defines | |
#define | WODEN_ATTR_ID "id" |
#define | WODEN_ATTR_SCHEMA_LOCATION "schemaLocation" |
#define | WODEN_ELEM_SCHEMA "schema" |
#define | WODEN_ELEM_SCHEMA_IMPORT "import" |
#define | WODEN_ELEM_SCHEMA_INCLUDE "include" |
#define | WODEN_ELEM_SCHEMA_REDEFINE "redefine" |
#define | WODEN_NS_URI_XSD_1999 "http://www.w3.org/1999/XMLSchema" |
#define | WODEN_NS_URI_XSD_2000 "http://www.w3.org/2000/10/XMLSchema" |
#define | WODEN_NS_URI_XSD_2001 "http://www.w3.org/2001/XMLSchema" |
#define | WODEN_Q_ELEM_XSD_1999 "schema|http://www.w3.org/1999/XMLSchema" |
#define | WODEN_Q_ELEM_XSD_2000 "schema|http://www.w3.org/2000/10/XMLSchema" |
#define | WODEN_Q_ELEM_XSD_2001 "schema|http://www.w3.org/2001/XMLSchema" |
#define | WODEN_Q_ELEM_IMPORT_XSD_1999 "import|http://www.w3.org/1999/XMLSchema" |
#define | WODEN_Q_ELEM_IMPORT_XSD_2000 "import|http://www.w3.org/2000/10/XMLSchema" |
#define | WODEN_Q_ELEM_IMPORT_XSD_2001 "import|http://www.w3.org/2001/XMLSchema" |
#define | WODEN_Q_ELEM_INCLUDE_XSD_1999 "include|http://www.w3.org/1999/XMLSchema" |
#define | WODEN_Q_ELEM_INCLUDE_XSD_2000 "include|http://www.w3.org/2000/10/XMLSchema" |
#define | WODEN_Q_ELEM_INCLUDE_XSD_2001 "include|http://www.w3.org/2001/XMLSchema" |
#define | WODEN_Q_ELEM_REDEFINE_XSD_1999 "redefine|http://www.w3.org/1999/XMLSchema" |
#define | WODEN_Q_ELEM_REDEFINE_XSD_2000 "redefine|http://www.w3.org/2000/10/XMLSchema" |
#define | WODEN_Q_ELEM_REDEFINE_XSD_2001 "redefine|http://www.w3.org/2001/XMLSchema" |
Functions | |
axis2_bool_t | woden_schema_constants_compare_schema (axis2_qname_t *schema, const axis2_env_t *env) |
axis2_bool_t | woden_schema_constants_compare_include (axis2_qname_t *include, const axis2_env_t *env) |
axis2_bool_t | woden_schema_constants_compare_import (axis2_qname_t *import, const axis2_env_t *env) |
axis2_bool_t | woden_schema_constants_compare_redefine (axis2_qname_t *redefine, const axis2_env_t *env) |