lineNumber

lineNumber(): Integer;

The lineNumber method of the JadeXMLParser class returns the number of the line at which the current document event ends.

This is the line position of the first character after the text associated with the document event. The first line in a document is position 1.

If the line number is not available, -1 is returned.