XML_GetCurrentByteCountΒΆ

XML_GetCurrentByteCount return the number of bytes in the current event. Returns 0 if the event is inside a reference to an internal entity.

nByteCount = XML_GetCurrentByteCount(hParser)

Return Value

nByteCount is the number of bytes in the current event. Returns 0 if the event is inside a reference to an internal entity.

Parameters

hParser

hParser is the handle of a parser.

See also

Overview XML

id-1313647