element
fun element(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, namespace: String? = null, inheritNamespaces: Boolean? = null, useAttributeSets: String? = null, type: String? = null, validation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltElement.() -> Unit)(source)