attributeSet

fun attributeSet(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, useAttributeSets: String? = null, visibility: String? = null, streamable: Boolean? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltAttributeSet.() -> Unit)(source)