]> granicus.if.org Git - libexpat/commitdiff
Added a note to the XML_GetCurrentByteCount() function that it returns 0
authorFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 13 Aug 2001 19:10:09 +0000 (19:10 +0000)
committerFred L. Drake, Jr. <fdrake@users.sourceforge.net>
Mon, 13 Aug 2001 19:10:09 +0000 (19:10 +0000)
for the end tag event when an empty-element tag is used.  Noted on
expat-discuss by Michael Isard.

expat/doc/reference.html

index bfaeae41cd4c0d6ca74ddcbae7ffabcc61726b2d..ff585effc31ca66f95882ccf16f7aaaf1ba05c9e 100644 (file)
@@ -1326,8 +1326,11 @@ int
 XML_GetCurrentByteCount(XML_Parser p);
 </pre></a></div>
 <div class="fcndef">
-Return the number of bytes in the current event. Returns 0 if the event is
-inside a reference to an internal entity.
+Return the number of bytes in the current event. Returns
+<code>0</code> if the event is inside a reference to an internal
+entity and for the end-tag event for empty element tags (the later can
+be used to distinguish empty-element tags from empty elements using
+separate start and end tags).
 </div>
 
 <div class="fcndec"><a name="XML_GetInputContext"><pre>