detection

fun detection(severity: String, code: String? = null, attr: Map<QName, String?> = emptyMap()): XvrlDetection(source)
fun detection(severity: String, code: String?, message: String, attr: Map<QName, String?> = emptyMap()): XvrlDetection(source)
fun detection(error: XmlProcessingError): XvrlDetection(source)