toggle menu
XML Calabash 3.x
jvm
switch theme
search in API
XMLCalabash
/
com.xmlcalabash.xvrl
/
XvrlReport
Xvrl
Report
class
XvrlReport
:
XvrlElement
(
source
)
Members
Types
Companion
Link copied to clipboard
object
Companion
Properties
attributes
Link copied to clipboard
protected
val
attributes
:
<Error class: unknown class>
detections
Link copied to clipboard
val
detections
:
<Error class: unknown class>
digest
Link copied to clipboard
var
digest
:
XvrlDigest
metadata
Link copied to clipboard
val
metadata
:
XvrlReportMetadata
step
Config
Link copied to clipboard
val
stepConfig
:
StepConfiguration
Functions
as
Xml
Link copied to clipboard
fun
asXml
(
baseUri
:
URI
?
=
null
)
:
XdmNode
common
Attributes
Link copied to clipboard
fun
commonAttributes
(
attr
:
Map
<
QName
,
String
?
>
)
detection
Link copied to clipboard
fun
detection
(
error
:
XmlProcessingError
)
:
XvrlDetection
fun
detection
(
severity
:
String
,
code
:
String
?
=
null
,
attr
:
Map
<
QName
,
String
?
>
=
emptyMap()
)
:
XvrlDetection
fun
detection
(
severity
:
String
,
code
:
String
?
,
message
:
String
,
attr
:
Map
<
QName
,
String
?
>
=
emptyMap()
)
:
XvrlDetection
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
)