ExtLocationInfo

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

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 operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String