toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.xvrl
/
XvrlDigest
Xvrl
Digest
class
XvrlDigest
:
XvrlElement
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
attributes
Link copied to clipboard
protected
val
attributes
:
<Error class: unknown class>
error
Codes
Link copied to clipboard
var
errorCodes
:
<Error class: unknown class>
error
Count
Link copied to clipboard
var
errorCount
:
Int
fatal
Error
Codes
Link copied to clipboard
var
fatalErrorCodes
:
<Error class: unknown class>
fatal
Error
Count
Link copied to clipboard
var
fatalErrorCount
:
Int
info
Codes
Link copied to clipboard
var
infoCodes
:
<Error class: unknown class>
info
Count
Link copied to clipboard
var
infoCount
:
Int
step
Config
Link copied to clipboard
val
stepConfig
:
StepConfiguration
unspecified
Codes
Link copied to clipboard
var
unspecifiedCodes
:
<Error class: unknown class>
unspecified
Count
Link copied to clipboard
var
unspecifiedCount
:
Int
valid
Link copied to clipboard
var
valid
:
String
warning
Codes
Link copied to clipboard
var
warningCodes
:
<Error class: unknown class>
warning
Count
Link copied to clipboard
var
warningCount
:
Int
worst
Link copied to clipboard
var
worst
:
String
Functions
clear
Link copied to clipboard
fun
clear
(
)
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
override
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
)