xml_GetCurrentByteIndex ( parserID ) --> byteIndex
-
--> parserID : longint
-
<-- byteIndex : longint
This can be called either between calls to xml_Parse, or from a handler method. If called from a handler method, the byte index value will be the byte index value at the start of the text being handled.
See Also: xml_GetCurrentLineNumber, xml_GetCurrentColumnNumber, xml_GetCurrentByteCount.
|