exip
Alpha 0.5.4
|
Generate EXI grammars from XML schema definition. More...
#include "procTypes.h"
#include "schemaOutputUtils.h"
#include "grammars.h"
#include "sTables.h"
#include <stdio.h>
#include <time.h>
#include "createGrammars.h"
Go to the source code of this file.
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.c.
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.