From 9d17a3a073d4ed330df1e0f24b2c539c9023fe85 Mon Sep 17 00:00:00 2001 From: Sebastian Pipping Date: Sat, 9 Nov 2024 19:10:14 +0100 Subject: [PATCH] doc: Add missing documentation of error XML_ERROR_NOT_STARTED --- expat/doc/reference.html | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/expat/doc/reference.html b/expat/doc/reference.html index c2ae9bb7..83aedc0b 100644 --- a/expat/doc/reference.html +++ b/expat/doc/reference.html @@ -1267,6 +1267,11 @@ call-backs, except when parsing an external parameter entity and XML_STATUS_ERROR otherwise. The possible error codes are:

+
XML_ERROR_NOT_STARTED
+
+ when stopping or suspending a parser before it has started, + added in Expat 2.6.4. +
XML_ERROR_SUSPENDED
when suspending an already suspended parser.
XML_ERROR_FINISHED