mode
fun mode(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String? = null, streamable: Boolean? = null, onNoMatch: String? = null, onMultipleMatch: String? = null, warningOnNoMatch: Boolean? = null, warningOnMultipleMatch: Boolean? = null, typed: Boolean? = null, visibility: String? = null, useAccumulators: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltMode.() -> Unit)(source)