XProcError

open class XProcError(val code: QName, val variant: Int, errorLocation: Location, val inputLocation: Location, val details: Any)(source)

Inheritors

Constructors

Link copied to clipboard
protected constructor(code: QName, variant: Int, errorLocation: Location, inputLocation: Location, vararg details: Any)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val code: QName
Link copied to clipboard
val details: Array<out Any>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
Link copied to clipboard
fun at(location: Location): XProcError
fun at(saxonLocation: Location?): XProcError
fun at(node: XdmNode): XProcError
Link copied to clipboard
Link copied to clipboard
open override fun toString(): String
Link copied to clipboard
fun updateAt(location: Location): XProcError
fun updateAt(type: QName, name: String): XProcError
Link copied to clipboard
fun with(newCode: QName): XProcError