document

fun document(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, type: String? = null, validation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltDocument.() -> Unit)(source)