exip  Alpha 0.5.4
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
createGrammars.h File Reference

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)
 

Detailed Description

Date
Oct 13, 2010
Author
Rumen Kyusakov
Version
0.5
[Revision] $Id: createGrammars.h 352 2014-11-25 16:37:24Z kjussakov $

Definition in file createGrammars.h.

Function Documentation

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.