From d7372d053bbd1d58216fbb04d1771ffa4cc3e624 Mon Sep 17 00:00:00 2001 From: Aron Xu Date: Fri, 25 May 2012 04:03:35 +0000 Subject: Imported Upstream version 2.8.0+dfsg1 --- doc/html/libxml-HTMLparser.html | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/html/libxml-HTMLparser.html') diff --git a/doc/html/libxml-HTMLparser.html b/doc/html/libxml-HTMLparser.html index 309495f..f5f77af 100644 --- a/doc/html/libxml-HTMLparser.html +++ b/doc/html/libxml-HTMLparser.html @@ -10,7 +10,7 @@ A:link, A:visited, A:active { text-decoration: underline } Module HTMLparser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module HTMLparser from libxml2

API Menu
API Indexes
Related links

this module implements an HTML 4.0 non-verifying parser with API compatible with the XML parser ones. It should be able to parse "real world" HTML, even if severely broken from a specification point of view.

Table of Contents

#define htmlDefaultSubelement
#define htmlElementAllowedHereDesc
#define htmlRequiredAttrs
Typedef xmlDocPtr htmlDocPtr
+    Module HTMLparser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module HTMLparser from libxml2

API Menu
API Indexes
Related links

this module implements an HTML 4.0 non-verifying parser with API compatible with the XML parser ones. It should be able to parse "real world" HTML, even if severely broken from a specification point of view.

Table of Contents

#define htmlDefaultSubelement
#define htmlElementAllowedHereDesc
#define htmlRequiredAttrs
Typedef xmlDocPtr htmlDocPtr
 
Structure htmlElemDesc
struct _htmlElemDesc
Typedef htmlElemDesc * htmlElemDescPtr
 
Structure htmlEntityDesc
struct _htmlEntityDesc @@ -96,6 +96,7 @@ A:link, A:visited, A:active { text-decoration: underline } HTML_PARSE_NONET = 2048 : Forbid network access HTML_PARSE_NOIMPLIED = 8192 : Do not add implied html/body... elements HTML_PARSE_COMPACT = 65536 : compact small text nodes + HTML_PARSE_IGNORE_ENC = 2097152 : ignore internal document encoding hint }

Enum htmlStatus

Enum htmlStatus {
     HTML_NA = 0 : something we don't check at all
-- 
cgit v1.2.3