resultDocument

fun resultDocument(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, format: String? = null, href: String? = null, type: String? = null, validation: String? = null, method: String? = null, allowDuplicateNames: String? = null, buildTree: String? = null, byteOrderMark: String? = null, cdataSectionElements: String? = null, doctypePublic: String? = null, doctypeSystem: String? = null, encoding: String? = null, escapeUriAttributes: String? = null, htmlVersion: String? = null, includeContentType: String? = null, indent: String? = null, itemSeparator: String? = null, jsonNodeOutputMethod: String? = null, mediaType: String? = null, normalizationForm: String? = null, omitXmlDeclaration: String? = null, parameterDocument: String? = null, standalone: String? = null, suppressIndentation: String? = null, undeclarePrefixes: String? = null, useCharacterMaps: String? = null, outputVersion: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltResultDocument.() -> Unit)(source)