importSchema

fun importSchema(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, namespace: String? = null, schemaLocation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltImportSchema.() -> Unit)(source)