ExtLocationInfo

class ExtLocationInfo(col: Int, line: Int, offset: Int) : XmlReader.LocationInfo(source)

Extended location info that actually provides column, line, and or file/string offset information

Constructors

Link copied to clipboard
constructor(col: Int, line: Int, offset: Int)

Functions

Link copied to clipboard
open override fun toString(): String