DefaultLocation

class DefaultLocation(val href: String? = null, val lineNumber: Int? = null, val columnNumber: Int? = null) : Location(source)

Constructors

Link copied to clipboard
constructor(href: String? = null, lineNumber: Int? = null, columnNumber: Int? = null)

Properties

Link copied to clipboard
val columnNumber: Int? = null
Link copied to clipboard
val href: String? = null
Link copied to clipboard
val lineNumber: Int? = null

Functions

Link copied to clipboard
open override fun getColumnNumber(): Int
Link copied to clipboard
open override fun getLineNumber(): Int
Link copied to clipboard
open override fun getPublicId(): String?
Link copied to clipboard
open override fun getSystemId(): String?
Link copied to clipboard
open override fun saveLocation(): Location
Link copied to clipboard
open override fun toString(): String