BuilderLocation

open class BuilderLocation : Location

Constructors

Link copied to clipboard
constructor(systemId: String)
constructor(systemId: String, line: Int, col: Int)
constructor(node: XdmNode)
constructor(node: XdmNode, overrideBaseURI: URI)

Properties

Link copied to clipboard
open val columnNumber: Int
Link copied to clipboard
open val lineNumber: Int
Link copied to clipboard
open val publicId: String
Link copied to clipboard
open val systemId: String

Functions

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