rtXML2EXISAX.h File Reference

SAX callback functions for serializing XML data into EXI format. More...

#include "rtexisrc/osrtexi.h"

Go to the source code of this file.


Classes

struct  XML2EXISAXUserData

Functions

EXTERNEXI int xml2ExiStartElement (void *userData, const OSUTF8CHAR *localname, const OSUTF8CHAR *qname, const OSUTF8CHAR *const *attrs)
 SAX start element handler callback function.
EXTERNEXI int xml2ExiCharacters (void *userData, const OSUTF8CHAR *chars, int length)
 SAX characters handler callback function definition.
EXTERNEXI int xml2ExiEndElement (void *userData, const OSUTF8CHAR *localname, const OSUTF8CHAR *qname)
 SAX end element handler callback function definition.

Detailed Description

SAX callback functions for serializing XML data into EXI format.

Definition in file rtXML2EXISAX.h.