#include <string.h>
#include "sopsax.h"
#include <mxflib/mxflib.h>
Defines | |
| #define | MAXTAGDEPTH 32 |
| #define | MAXTAGLENGTH 256 |
| #define | MAXATTRIBS 128 |
| #define | ATTRIBBUFFERSIZE 20480 |
Functions | |
| static int | sopSkipToClose (FILE *xmlFile) |
| static int | sopGetCharNonQ (FILE *xmlFile) |
| static int | sopGetChar (FILE *xmlFile) |
| static void | sopSkipSpace (FILE *xmlFile) |
| static void | sopGetItem (FILE *xmlFile, char *Buffer, int Max) |
| bool | sopSAXParseFile (sopSAXHandlerPtr sax, void *UserData, const char *filename) |
| #define ATTRIBBUFFERSIZE 20480 |
| #define MAXATTRIBS 128 |
| #define MAXTAGDEPTH 32 |
| #define MAXTAGLENGTH 256 |
| int sopGetChar | ( | FILE * | xmlFile | ) | [static] |
| int sopGetCharNonQ | ( | FILE * | xmlFile | ) | [static] |
| void sopGetItem | ( | FILE * | xmlFile, | |
| char * | Buffer, | |||
| int | Max | |||
| ) | [static] |
| void sopSkipSpace | ( | FILE * | xmlFile | ) | [static] |
| int sopSkipToClose | ( | FILE * | xmlFile | ) | [static] |
1.5.1-p1