XsltTransform
Functions
Link copied to clipboard
Link copied to clipboard
fun attributeSet(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, useAttributeSets: String? = null, visibility: String? = null, streamable: Boolean? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltAttributeSet.() -> Unit)
Link copied to clipboard
Link copied to clipboard
fun decimalFormat(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String? = null, decimalSeparator: String? = null, groupingSeparator: String? = null, infinity: String? = null, minusSign: String? = null, exponentSeparator: String? = null, NaN: String? = null, percent: String? = null, perMille: String? = null, zeroDigit: String? = null, digit: String? = null, patternSeparator: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltDecimalFormat.() -> Unit)
Link copied to clipboard
fun function(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, as: String? = null, visibility: String? = null, streamability: String? = null, overrideExtensionFunction: Boolean? = null, override: Boolean? = null, newEachTime: Boolean? = null, cache: Boolean? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltFunction.() -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun mode(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String? = null, streamable: Boolean? = null, onNoMatch: String? = null, onMultipleMatch: String? = null, warningOnNoMatch: Boolean? = null, warningOnMultipleMatch: Boolean? = null, typed: Boolean? = null, visibility: String? = null, useAccumulators: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltMode.() -> Unit)
Link copied to clipboard
Link copied to clipboard
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)
Link copied to clipboard
fun param(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, select: String? = null, as: String? = null, required: Boolean? = null, tunnel: Boolean? = null, static: Boolean? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltParam.() -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun template(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, match: String? = null, name: String? = null, priority: String? = null, mode: String? = null, as: String? = null, visibility: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltTemplate.() -> Unit)
Link copied to clipboard
Link copied to clipboard
fun variable(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, select: String? = null, as: String? = null, static: Boolean? = null, visibility: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltVariable.() -> Unit)