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