SaxonLocation

class SaxonLocation(val sysId: String?, val line: Int, val col: Int) : Location(source)

Constructors

Link copied to clipboard
constructor(loc: Location)
constructor(sysId: String?, line: Int, col: Int)

Properties

Link copied to clipboard
val col: Int
Link copied to clipboard
val line: Int
Link copied to clipboard

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?