XsltMergeAction
Functions
Link copied to clipboard
Link copied to clipboard
fun applyImports(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltApplyImports.() -> Unit)
Link copied to clipboard
Link copied to clipboard
fun attribute(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, namespace: String? = null, select: String? = null, separator: String? = null, type: String? = null, validation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltAttribute.() -> Unit)
Link copied to clipboard
Link copied to clipboard
fun copy(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, copyNamespaces: Boolean? = null, inheritNamespaces: Boolean? = null, useAttributeSets: String? = null, type: String? = null, validation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltCopy.() -> Unit)
Link copied to clipboard
fun copyOf(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String, copyAccumulators: Boolean? = null, copyNamespaces: Boolean? = null, type: String? = null, validation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltCopyOf.() -> Unit)
Link copied to clipboard
fun element(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, namespace: String? = null, inheritNamespaces: Boolean? = null, useAttributeSets: String? = null, type: String? = null, validation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltElement.() -> Unit)
Link copied to clipboard
fun evaluate(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, xpath: String, as: String? = null, baseUri: String? = null, withParams: String? = null, contextItem: String? = null, namespaceContext: String? = null, schemaAware: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltEvaluate.() -> Unit)
Link copied to clipboard
fun forEachGroup(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String, groupBy: String? = null, groupAdjacent: String? = null, groupStartingWith: String? = null, groupEndingWith: String? = null, composite: Boolean? = null, collation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltForEachGroup.() -> Unit)
Link copied to clipboard
Link copied to clipboard
fun nextIteration(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltNextIteration.() -> Unit)
Link copied to clipboard
fun number(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, value: String? = null, select: String? = null, level: String? = null, count: String? = null, from: String? = null, format: String? = null, lang: String? = null, letterValue: String? = null, ordinal: String? = null, startAt: String? = null, groupingSeparator: String? = null, groupingSize: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltNumber.() -> Unit)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
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)
Link copied to clipboard
fun sourceDocument(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, href: String, useAccumulators: String? = null, type: String? = null, validation: String? = null, streamable: Boolean? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltSourceDocument.() -> 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)
Link copied to clipboard
fun wherePopulated(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltWherePopulated.() -> Unit)