copy
fun copy(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, copyNamespaces: Boolean? = null, inheritNamespaces: Boolean? = null, useAttributeSets: String? = null, type: String? = null, validation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltCopy.() -> Unit)(source)