![]() |
gxPL
1.0
Tools, Application and Framework for xPL
|
![]() |
Functions | |
int | gxPLSchemaClassSet (gxPLSchema *s, const char *schema_class) |
int | gxPLSchemaCmp (const gxPLSchema *s1, const gxPLSchema *s2) |
Compare two schemas. More... | |
int | gxPLSchemaCopy (gxPLSchema *dst, const gxPLSchema *src) |
int | gxPLSchemaFromString (gxPLSchema *schema, const char *str) |
int | gxPLSchemaIsEmpty (const gxPLSchema *schema) |
int | gxPLSchemaMatch (const gxPLSchema *s1, const char *schema_class, const char *schema_type) |
Compare two schemas. More... | |
int | gxPLSchemaSet (gxPLSchema *schema, const char *schema_class, const char *schema_type) |
int | gxPLSchemaTypeSet (gxPLSchema *s, const char *schema_type) |
int gxPLSchemaClassSet | ( | gxPLSchema * | s, |
const char * | schema_class | ||
) |
s | |
schema_class |
int gxPLSchemaCmp | ( | const gxPLSchema * | s1, |
const gxPLSchema * | s2 | ||
) |
Compare two schemas.
s1 | schema 1 |
s2 | schema 2 |
int gxPLSchemaCopy | ( | gxPLSchema * | dst, |
const gxPLSchema * | src | ||
) |
dst | |
src |
int gxPLSchemaFromString | ( | gxPLSchema * | schema, |
const char * | str | ||
) |
schema | |
str |
int gxPLSchemaIsEmpty | ( | const gxPLSchema * | schema | ) |
schema |
int gxPLSchemaMatch | ( | const gxPLSchema * | s1, |
const char * | schema_class, | ||
const char * | schema_type | ||
) |
Compare two schemas.
s1 | schema 1 |
s2 | schema 2 |
int gxPLSchemaSet | ( | gxPLSchema * | schema, |
const char * | schema_class, | ||
const char * | schema_type | ||
) |
schema | |
schema_class | |
schema_type |
int gxPLSchemaTypeSet | ( | gxPLSchema * | s, |
const char * | schema_type | ||
) |
s | |
schema_type |