diff options
| author | Mike Hommey <glandium@debian.org> | 2009-03-01 10:53:23 +0100 | 
|---|---|---|
| committer | Mike Hommey <glandium@debian.org> | 2009-03-01 10:53:23 +0100 | 
| commit | d03a853bb0370d89552eceee59df1746da4a37f8 (patch) | |
| tree | 441802d52ac5c0a2b6929e6dd5d8a58210b0fe3a /doc/html/libxml-parser.html | |
| parent | 88f9c7ca80bfbc9a5429fc632b90d6c4a2a2787d (diff) | |
| download | libxml2-upstream/2.7.0.dfsg.tar.gz | |
Import upstream version 2.7.0upstream/2.7.0.dfsg
Diffstat (limited to 'doc/html/libxml-parser.html')
| -rw-r--r-- | doc/html/libxml-parser.html | 3 | 
1 files changed, 3 insertions, 0 deletions
| diff --git a/doc/html/libxml-parser.html b/doc/html/libxml-parser.html index 82c6f8e..82dbf95 100644 --- a/doc/html/libxml-parser.html +++ b/doc/html/libxml-parser.html @@ -282,6 +282,9 @@ void	<a href="#xmlParserInputDeallocate">xmlParserInputDeallocate</a>	(<a href="      <a name="XML_PARSE_NOCDATA" id="XML_PARSE_NOCDATA">XML_PARSE_NOCDATA</a> = 16384 : merge CDATA as text nodes      <a name="XML_PARSE_NOXINCNODE" id="XML_PARSE_NOXINCNODE">XML_PARSE_NOXINCNODE</a> = 32768 : do not generate XINCLUDE START/END nodes      <a name="XML_PARSE_COMPACT" id="XML_PARSE_COMPACT">XML_PARSE_COMPACT</a> = 65536 : compact small text nodes; no modification of the tree allowed afterwards (will possibly crash if you try to modify the tree) +    <a name="XML_PARSE_OLD10" id="XML_PARSE_OLD10">XML_PARSE_OLD10</a> = 131072 : parse using XML-1.0 before update 5 +    <a name="XML_PARSE_NOBASEFIX" id="XML_PARSE_NOBASEFIX">XML_PARSE_NOBASEFIX</a> = 262144 : do not fixup XINCLUDE xml:base uris +    <a name="XML_PARSE_HUGE" id="XML_PARSE_HUGE">XML_PARSE_HUGE</a> = 524288 : relax any hardcoded limit from the parser  }  </pre><h3><a name="xmlSAXHandlerV1" id="xmlSAXHandlerV1">Structure xmlSAXHandlerV1</a></h3><pre class="programlisting">Structure xmlSAXHandlerV1<br />struct _xmlSAXHandlerV1 {      <a href="libxml-parser.html#internalSubsetSAXFunc">internalSubsetSAXFunc</a>	internalSubset | 
