exip
Alpha 0.5.4
|
Interface to functions to Generate EXI grammars from XML schema definition. More...
#include "procTypes.h"
Go to the source code of this file.
Data Structures | |
struct | Deviations |
Functions | |
errorCode | toText (EXIPSchema *schemaPtr, FILE *outfile) |
errorCode | toStaticSrc (EXIPSchema *schemaPtr, char *prefix, FILE *outfile, Deviations dvis) |
errorCode | toDynSrc (EXIPSchema *schemaPtr, FILE *outfile) |
errorCode | toEXIP (EXIPSchema *schemaPtr, FILE *outfile) |
Definition in file createGrammars.h.
errorCode toDynSrc | ( | EXIPSchema * | schemaPtr, |
FILE * | outfile | ||
) |
Definition at line 206 of file createGrammars.c.
errorCode toEXIP | ( | EXIPSchema * | schemaPtr, |
FILE * | outfile | ||
) |
Definition at line 211 of file createGrammars.c.
errorCode toStaticSrc | ( | EXIPSchema * | schemaPtr, |
char * | prefix, | ||
FILE * | outfile, | ||
Deviations | dvis | ||
) |
Definition at line 68 of file createGrammars.c.
errorCode toText | ( | EXIPSchema * | schemaPtr, |
FILE * | outfile | ||
) |
Definition at line 26 of file createGrammars.c.