columnNumber

columnNumber(): Integer;

The columnNumber method of the JadeXMLParser class returns the number of the column at which the current document event ends.

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

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