mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-07-28 00:21:53 +03:00
exported htmlCreateMemoryParserCtxt() it was static Daniel
* HTMLparser.c include/libxml/HTMLparser.h: exported htmlCreateMemoryParserCtxt() it was static Daniel
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
Wed Apr 9 14:07:18 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
|
* HTMLparser.c include/libxml/HTMLparser.h: exported
|
||||||
|
htmlCreateMemoryParserCtxt() it was static
|
||||||
|
|
||||||
Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
Wed Apr 9 13:21:48 CEST 2003 Daniel Veillard <daniel@veillard.com>
|
||||||
|
|
||||||
* xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
|
* xmlschemas.c xmlschemastypes.c include/libxml/xmlschemas.h:
|
||||||
|
@ -4205,7 +4205,7 @@ htmlNewParserCtxt(void)
|
|||||||
*
|
*
|
||||||
* Returns the new parser context or NULL
|
* Returns the new parser context or NULL
|
||||||
*/
|
*/
|
||||||
static htmlParserCtxtPtr
|
htmlParserCtxtPtr
|
||||||
htmlCreateMemoryParserCtxt(const char *buffer, int size) {
|
htmlCreateMemoryParserCtxt(const char *buffer, int size) {
|
||||||
xmlParserCtxtPtr ctxt;
|
xmlParserCtxtPtr ctxt;
|
||||||
xmlParserInputPtr input;
|
xmlParserInputPtr input;
|
||||||
|
@ -90,6 +90,9 @@ const htmlEntityDesc * htmlParseEntityRef(htmlParserCtxtPtr ctxt,
|
|||||||
int htmlParseCharRef(htmlParserCtxtPtr ctxt);
|
int htmlParseCharRef(htmlParserCtxtPtr ctxt);
|
||||||
void htmlParseElement(htmlParserCtxtPtr ctxt);
|
void htmlParseElement(htmlParserCtxtPtr ctxt);
|
||||||
|
|
||||||
|
htmlParserCtxtPtr htmlCreateMemoryParserCtxt(const char *buffer,
|
||||||
|
int size);
|
||||||
|
|
||||||
int htmlParseDocument(htmlParserCtxtPtr ctxt);
|
int htmlParseDocument(htmlParserCtxtPtr ctxt);
|
||||||
htmlDocPtr htmlSAXParseDoc (xmlChar *cur,
|
htmlDocPtr htmlSAXParseDoc (xmlChar *cur,
|
||||||
const char *encoding,
|
const char *encoding,
|
||||||
|
Reference in New Issue
Block a user