|
|
| version 1.1.1.1, 2012/02/21 23:37:58 | version 1.1.1.2, 2014/06/15 19:53:38 |
|---|---|
| Line 47 XMLPUBFUN int XMLCALL | Line 47 XMLPUBFUN int XMLCALL |
| const unsigned char *in, | const unsigned char *in, |
| int *inlen, int quoteChar); | int *inlen, int quoteChar); |
| XMLPUBFUN docbDocPtr XMLCALL | XMLPUBFUN docbDocPtr XMLCALL |
| docbSAXParseDoc (xmlChar *cur, | docbSAXParseDoc (xmlChar *cur, |
| const char *encoding, | const char *encoding, |
| docbSAXHandlerPtr sax, | docbSAXHandlerPtr sax, |
| void *userData); | void *userData); |
| XMLPUBFUN docbDocPtr XMLCALL | XMLPUBFUN docbDocPtr XMLCALL |
| docbParseDoc (xmlChar *cur, | docbParseDoc (xmlChar *cur, |
| const char *encoding); | const char *encoding); |
| XMLPUBFUN docbDocPtr XMLCALL | XMLPUBFUN docbDocPtr XMLCALL |
| docbSAXParseFile (const char *filename, | docbSAXParseFile (const char *filename, |
| const char *encoding, | const char *encoding, |
| docbSAXHandlerPtr sax, | docbSAXHandlerPtr sax, |
| void *userData); | void *userData); |
| XMLPUBFUN docbDocPtr XMLCALL | XMLPUBFUN docbDocPtr XMLCALL |
| docbParseFile (const char *filename, | docbParseFile (const char *filename, |
| const char *encoding); | const char *encoding); |
| /** | /** |
| * Interfaces for the Push mode. | * Interfaces for the Push mode. |
| */ | */ |
| XMLPUBFUN void XMLCALL | XMLPUBFUN void XMLCALL |
| docbFreeParserCtxt (docbParserCtxtPtr ctxt); | docbFreeParserCtxt (docbParserCtxtPtr ctxt); |
| XMLPUBFUN docbParserCtxtPtr XMLCALL | XMLPUBFUN docbParserCtxtPtr XMLCALL |
| docbCreatePushParserCtxt(docbSAXHandlerPtr sax, | docbCreatePushParserCtxt(docbSAXHandlerPtr sax, |
| void *user_data, | void *user_data, |
| const char *chunk, | const char *chunk, |
| int size, | int size, |
| const char *filename, | const char *filename, |
| xmlCharEncoding enc); | xmlCharEncoding enc); |
| XMLPUBFUN int XMLCALL | XMLPUBFUN int XMLCALL |
| docbParseChunk (docbParserCtxtPtr ctxt, | docbParseChunk (docbParserCtxtPtr ctxt, |
| const char *chunk, | const char *chunk, |
| int size, | int size, |
| int terminate); | int terminate); |
| XMLPUBFUN docbParserCtxtPtr XMLCALL | XMLPUBFUN docbParserCtxtPtr XMLCALL |
| docbCreateFileParserCtxt(const char *filename, | docbCreateFileParserCtxt(const char *filename, |
| const char *encoding); | const char *encoding); |
| XMLPUBFUN int XMLCALL | XMLPUBFUN int XMLCALL |
| docbParseDocument (docbParserCtxtPtr ctxt); | docbParseDocument (docbParserCtxtPtr ctxt); |
| #ifdef __cplusplus | #ifdef __cplusplus |