Package-level declarations
Types
Link copied to clipboard
Link copied to clipboard
interface ErrorExplanation
Link copied to clipboard
Link copied to clipboard
open class XProcError(val code: QName, val variant: Int, errorLocation: Location, val inputLocation: Location, val details: Any)
Link copied to clipboard
Link copied to clipboard
class XProcUserError(val code: QName, location: Location, val inputLocation: Location, documents: XProcDocument) : XProcError