toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.util
/
DefaultLocation
Default
Location
class
DefaultLocation
(
val
href
:
String
?
=
null
,
val
lineNumber
:
Int
?
=
null
,
val
columnNumber
:
Int
?
=
null
)
:
Location
(
source
)
Members
Constructors
Default
Location
Link copied to clipboard
constructor
(
href
:
String
?
=
null
,
lineNumber
:
Int
?
=
null
,
columnNumber
:
Int
?
=
null
)
Properties
column
Number
Link copied to clipboard
val
columnNumber
:
Int
?
=
null
href
Link copied to clipboard
val
href
:
String
?
=
null
line
Number
Link copied to clipboard
val
lineNumber
:
Int
?
=
null
Functions
get
Column
Number
Link copied to clipboard
open
override
fun
getColumnNumber
(
)
:
Int
get
Line
Number
Link copied to clipboard
open
override
fun
getLineNumber
(
)
:
Int
get
Public
Id
Link copied to clipboard
open
override
fun
getPublicId
(
)
:
String
?
get
System
Id
Link copied to clipboard
open
override
fun
getSystemId
(
)
:
String
?
save
Location
Link copied to clipboard
open
override
fun
saveLocation
(
)
:
Location
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String