output
fun output(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String? = null, method: String? = null, allowDuplicateNames: Boolean? = null, buildTree: Boolean? = null, byteOrderMark: Boolean? = null, cdataSectionElements: String? = null, doctypePublic: String? = null, doctypeSystem: String? = null, encoding: String? = null, escapeUriAttributes: Boolean? = null, htmlVersion: String? = null, includeContentType: Boolean? = null, indent: Boolean? = null, itemSeparator: String? = null, jsonNodeOutputMethod: String? = null, mediaType: String? = null, normalizationForm: String? = null, omitXmlDeclaration: Boolean? = null, parameterDocument: String? = null, standalone: Boolean? = null, suppressIndentation: String? = null, undeclarePrefixes: Boolean? = null, useCharacterMaps: String? = null, version: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltOutput.() -> Unit)(source)