mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
cleanup patch from Anthony Jones fix the headers to avoid in make scan
* SAX.c: cleanup patch from Anthony Jones * doc/Makefile.am: fix the headers to avoid in make scan * parserInternals.c xpath.c include/libxml/*.h: cleanup of the includes, * vs Ptr and general cleanup * parsedecl.py: first version of a script to extract the module interfaces, the goal will be to provide .decl or XML specification of the interfaces to build wrappers. Daniel
This commit is contained in:
@@ -58,16 +58,16 @@ struct _htmlEntityDesc {
|
||||
/*
|
||||
* There is only few public functions.
|
||||
*/
|
||||
const htmlElemDesc * htmlTagLookup (const xmlChar *tag);
|
||||
const htmlEntityDesc * htmlEntityLookup(const xmlChar *name);
|
||||
const htmlEntityDesc * htmlEntityValueLookup(unsigned int value);
|
||||
const htmlElemDesc * htmlTagLookup (const xmlChar *tag);
|
||||
const htmlEntityDesc * htmlEntityLookup(const xmlChar *name);
|
||||
const htmlEntityDesc * htmlEntityValueLookup(unsigned int value);
|
||||
|
||||
int htmlIsAutoClosed(htmlDocPtr doc,
|
||||
htmlNodePtr elem);
|
||||
int htmlAutoCloseTag(htmlDocPtr doc,
|
||||
const xmlChar *name,
|
||||
htmlNodePtr elem);
|
||||
const htmlEntityDesc * htmlParseEntityRef(htmlParserCtxtPtr ctxt,
|
||||
const htmlEntityDesc * htmlParseEntityRef(htmlParserCtxtPtr ctxt,
|
||||
xmlChar **str);
|
||||
int htmlParseCharRef(htmlParserCtxtPtr ctxt);
|
||||
void htmlParseElement(htmlParserCtxtPtr ctxt);
|
||||
@@ -84,13 +84,13 @@ htmlDocPtr htmlSAXParseFile(const char *filename,
|
||||
void *userData);
|
||||
htmlDocPtr htmlParseFile (const char *filename,
|
||||
const char *encoding);
|
||||
int UTF8ToHtml (unsigned char* out,
|
||||
int UTF8ToHtml (unsigned char *out,
|
||||
int *outlen,
|
||||
const unsigned char* in,
|
||||
const unsigned char *in,
|
||||
int *inlen);
|
||||
int htmlEncodeEntities(unsigned char* out,
|
||||
int htmlEncodeEntities(unsigned char *out,
|
||||
int *outlen,
|
||||
const unsigned char* in,
|
||||
const unsigned char *in,
|
||||
int *inlen, int quoteChar);
|
||||
int htmlIsScriptAttribute(const xmlChar *name);
|
||||
int htmlHandleOmittedElem(int val);
|
||||
|
Reference in New Issue
Block a user