expat/doc reference.html,1.61,1.62
"Karl Waclawek" <[email protected]> Thu, 25 Nov 2004 16:18:17 -0800
| Newsgroups | gmane.text.xml.expat.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/expat/expat/doc
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv2018
Modified Files:
reference.html
Log Message:
Added to documentation of XML_ParserReset().
Index: reference.html
===================================================================
RCS file: /cvsroot/expat/expat/doc/reference.html,v
retrieving revision 1.61
retrieving revision 1.62
diff -u -d -r1.61 -r1.62
--- reference.html 23 Jul 2004 03:28:08 -0000 1.61
+++ reference.html 26 Nov 2004 00:18:15 -0000 1.62
@@ -965,8 +965,10 @@
<div class="fcndef">
Clean up the memory structures maintained by the parser so that it may
be used again. After this has been called, <code>parser</code> is
-ready to start parsing a new document. This function may not be used
-on a parser created using <code><a href=
+ready to start parsing a new document. All handlers are cleared from
+the parser, except for the unknownEncodingHandler. The parser's external
+state is re-initialized except for the values of ns and ns_triplets.
+This function may not be used on a parser created using <code><a href=
"#XML_ExternalEntityParserCreate" >XML_ExternalEntityParserCreate</a
></code>; it will return <code>XML_FALSE</code> in that case. Returns
<code>XML_TRUE</code> on success. Your application is responsible for
@@ -2306,4 +2308,4 @@
height="31" width="88" class="noborder" /></a></p>
</div>
</body>
-</html>
+</html>
\ No newline at end of file