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.

Constructors

Link copied to clipboard
constructor(col: Int, line: Int, offset: Int, fileName: String? = null)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

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
Link copied to clipboard