ASN1SAX_XEROpenType.h File Reference
#include "asn1XerCTypes.h"
#include <stdio.h>
#include <stdlib.h>
#include <setjmp.h>
#include "asn1xer.h"
#include "rtxmlsrc/rtSaxCParser.h"
Go to the source code of this file.
Classes | |
struct | ASN1SAX_XEROpenType |
Typedefs | |
typedef struct ASN1SAX_XEROpenType | ASN1SAX_XEROpenType |
Functions | |
int | asn1Sax_XEROpenType_startElement (void *userData, const OSUTF8CHAR *localname, const OSUTF8CHAR *qname, const OSUTF8CHAR *const *atts) |
int | asn1Sax_XEROpenType_characters (void *userData, const OSUTF8CHAR *chars, int length) |
int | asn1Sax_XEROpenType_endElement (void *userData, const OSUTF8CHAR *localname, const OSUTF8CHAR *qname) |
void | asn1Sax_XEROpenType_init (OSCTXT *pctxt, ASN1SAX_XEROpenType *pSaxHandler, ASN1OpenType *pvalue, OSINT16 level) |
void | asn1Sax_XEROpenType_free (OSCTXT *pctxt, ASN1SAX_XEROpenType *pSaxHandler) |