summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorkwaclaw <kwaclaw>2004-11-26 00:18:15 +0000
committerkwaclaw <kwaclaw>2004-11-26 00:18:15 +0000
commitcdce5e0d9cfddb1c3493c53769fd440bfbe028cc (patch)
tree3b9d91deab23b1e655c81d75875707cfe2649f71 /doc
parent671d9d457782c8ab449ecce2df760166d80cf6fd (diff)
downloadlibexpat-cdce5e0d9cfddb1c3493c53769fd440bfbe028cc.tar.gz
Added to documentation of XML_ParserReset().
Diffstat (limited to 'doc')
-rw-r--r--doc/reference.html8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/reference.html b/doc/reference.html
index 2ec252c..f5e981b 100644
--- a/doc/reference.html
+++ b/doc/reference.html
@@ -965,8 +965,10 @@ XML_ParserReset(XML_Parser p,
<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 @@ have been allocated by <code><a href="#XML_MemMalloc"
height="31" width="88" class="noborder" /></a></p>
</div>
</body>
-</html>
+</html> \ No newline at end of file