mirror of
https://github.com/libexpat/libexpat.git
synced 2025-04-07 06:04:59 +00:00
Merge pull request #921 from libexpat/document-stopparser-error
doc: Add missing documentation of error `XML_ERROR_NOT_STARTED` (follow-up to #915)
This commit is contained in:
commit
554edf4d57
1 changed files with 5 additions and 0 deletions
|
@ -1267,6 +1267,11 @@ call-backs, except when parsing an external parameter entity and
|
|||
<code>XML_STATUS_ERROR</code> otherwise. The possible error codes
|
||||
are:</p>
|
||||
<dl>
|
||||
<dt><code>XML_ERROR_NOT_STARTED</code></dt>
|
||||
<dd>
|
||||
when stopping or suspending a parser before it has started,
|
||||
added in Expat 2.6.4.
|
||||
</dd>
|
||||
<dt><code>XML_ERROR_SUSPENDED</code></dt>
|
||||
<dd>when suspending an already suspended parser.</dd>
|
||||
<dt><code>XML_ERROR_FINISHED</code></dt>
|
||||
|
|
Loading…
Add table
Reference in a new issue