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