1
0
mirror of https://gitlab.gnome.org/GNOME/libxml2.git synced 2025-10-21 14:53:44 +03:00

- HTMLparser.[ch]: applied some of Wayne Davison <wayned@blorf.net> patches

Daniel
This commit is contained in:
Daniel Veillard
2000-08-27 22:40:15 +00:00
parent e0854c3f83
commit 47f3f31f83
4 changed files with 98 additions and 56 deletions

View File

@@ -58,6 +58,7 @@ struct _htmlEntityDesc {
*/
htmlElemDescPtr htmlTagLookup (const xmlChar *tag);
htmlEntityDescPtr htmlEntityLookup(const xmlChar *name);
htmlEntityDescPtr htmlEntityValueLookup(int value);
int htmlIsAutoClosed(htmlDocPtr doc,
htmlNodePtr elem);