ExtLocationInfo
class ExtLocationInfo(val col: Int, val line: Int, offset: Int, val fileName: String? = null) : XmlReader.LocationInfo
Extended location info that actually provides column, line, and or file/string offset information.
