> Expat4D Home > Documentation > Command Reference

xml_GetCurrentLineNumber ( parserID ) --> currentLine


  • --> parserID : longint
  • <-- currentLine : longint

This can be called either between calls to xml_Parse, or from a handler method. If called from a handler method, the line number will be the line number at the start of the text being handled.

See Also: xml_GetCurrentColumnNumber, xml_GetCurrentByteIndex, xml_GetCurrentByteCount.

  Expat4D Logo

Developer Documentation

Creating Parsers, Destroying Parsers, Parsing Text

Configuring Handler Methods

Position and Error Reporting Functions

Miscellaneous Functions

Output Buffer Functions

Error Codes


> Expat4D Home > Documentation > Command Reference

Last Modified: 27th April 2001 at 9:00 PM