toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.xvrl
/
XvrlElement
Xvrl
Element
abstract
class
XvrlElement
(
val
stepConfig
:
StepConfiguration
)
(
source
)
Inheritors
XvrlContainer
XvrlDetection
XvrlDigest
XvrlLocation
XvrlMessage
XvrlMessageElement
XvrlProvenance
XvrlReport
XvrlReportMetadata
XvrlReports
XvrlText
XvrlTimestamp
XvrlValueOf
Members
Constructors
Xvrl
Element
Link copied to clipboard
constructor
(
stepConfig
:
StepConfiguration
)
Types
Companion
Link copied to clipboard
object
Companion
Properties
attributes
Link copied to clipboard
protected
val
attributes
:
<Error class: unknown class>
step
Config
Link copied to clipboard
val
stepConfig
:
StepConfiguration
Functions
common
Attributes
Link copied to clipboard
fun
commonAttributes
(
attr
:
Map
<
QName
,
String
?
>
)
get
Attribute
Link copied to clipboard
fun
getAttribute
(
name
:
QName
)
:
String
?
serialize
Link copied to clipboard
open
fun
serialize
(
builder
:
SaxonTreeBuilder
)
set
Attribute
Link copied to clipboard
open
fun
setAttribute
(
name
:
QName
,
value
:
String
)
set
Attributes
Link copied to clipboard
open
fun
setAttributes
(
attr
:
Map
<
QName
,
String
?
>
)
set
Element
Attribute
Link copied to clipboard
protected
fun
setElementAttribute
(
name
:
QName
,
value
:
String
)