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-parser.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'doc/html/libxml-parser.html') diff --git a/doc/html/libxml-parser.html b/doc/html/libxml-parser.html index 71dd151..461b3fb 100644 --- a/doc/html/libxml-parser.html +++ b/doc/html/libxml-parser.html @@ -10,7 +10,7 @@ A:link, A:visited, A:active { text-decoration: underline } Module parser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module parser from libxml2

API Menu
API Indexes
Related links

Interfaces, constants and types related to the XML parser

Table of Contents

#define XML_COMPLETE_ATTRS
#define XML_DEFAULT_VERSION
#define XML_DETECT_IDS
#define XML_SAX2_MAGIC
#define XML_SKIP_IDS
Enum xmlFeature
+    Module parser from libxml2
Action against software patentsGnome2 LogoW3C LogoRed Hat Logo
Made with Libxml2 Logo

Module parser from libxml2

API Menu
API Indexes
Related links

Interfaces, constants and types related to the XML parser

Table of Contents

#define XML_COMPLETE_ATTRS
#define XML_DEFAULT_VERSION
#define XML_DETECT_IDS
#define XML_SAX2_MAGIC
#define XML_SKIP_IDS
Enum xmlFeature
 
Enum xmlParserInputState
 
Enum xmlParserMode
 
Structure xmlParserNodeInfo
struct _xmlParserNodeInfo @@ -225,6 +225,7 @@ void xmlParserInputDeallocate (XML_WITH_DEBUG_RUN = 30 XML_WITH_ZLIB = 31 XML_WITH_ICU = 32 + XML_WITH_LZMA = 33 XML_WITH_NONE = 99999 : just to be sure of allocation size }

Enum xmlParserInputState

Enum xmlParserInputState {
@@ -286,7 +287,8 @@ void	xmlParserInputDeallocate	(XML_PARSE_OLD10 = 131072 : parse using XML-1.0 before update 5
     XML_PARSE_NOBASEFIX = 262144 : do not fixup XINCLUDE xml:base uris
     XML_PARSE_HUGE = 524288 : relax any hardcoded limit from the parser
-    XML_PARSE_OLDSAX = 1048576 : parse using SAX2 interface from before 2.7.0
+    XML_PARSE_OLDSAX = 1048576 : parse using SAX2 interface before 2.7.0
+    XML_PARSE_IGNORE_ENC = 2097152 : ignore internal document encoding hint
 }
 

Structure xmlSAXHandlerV1

Structure xmlSAXHandlerV1
struct _xmlSAXHandlerV1 { internalSubsetSAXFunc internalSubset -- cgit v1.2.3