XProcUserError

class XProcUserError(val code: QName, location: Location, val inputLocation: Location, documents: XProcDocument) : XProcError(source)

Constructors

Link copied to clipboard
constructor(code: QName, location: Location, inputLocation: Location, vararg documents: XProcDocument)

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