XsltTransform

class XsltTransform(val vPrefix: String, val vNamespace: String) : XsltTag(source)

Constructors

Link copied to clipboard
constructor(vPrefix: String, vNamespace: String)

Properties

Link copied to clipboard
val attributes: <Error class: unknown class>
Link copied to clipboard
val children: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
val name: QName
Link copied to clipboard
Link copied to clipboard
val namespaces: <Error class: unknown class>
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
fun accumulator(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, initialValue: String, as: String? = null, streamable: Boolean? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltAccumulator.() -> Unit)
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
fun characterMap(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, useCharacterMaps: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltCharacterMap.() -> Unit)
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
fun globalContextItem(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, as: String? = null, use: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltGlobalContextItem.() -> Unit)
Link copied to clipboard
fun import(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, href: String, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltImport.() -> Unit)
Link copied to clipboard
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)
Link copied to clipboard
fun include(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, href: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltInclude.() -> Unit)
Link copied to clipboard
protected fun <T : XsltElementInterface> initTag(tag: T, init: T.() -> Unit): T
Link copied to clipboard
fun key(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, match: String, use: String? = null, composite: Boolean? = null, collation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltKey.() -> Unit)
Link copied to clipboard
fun maybe(name: String, value: Boolean?)
fun maybe(name: String, value: String?)
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
fun namespaceAlias(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, stylesheetPrefix: String, resultPrefix: String, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltNamespaceAlias.() -> Unit)
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
fun preserveSpace(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, elements: String, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltPreserveSpace.() -> Unit)
Link copied to clipboard
open override fun render(builder: SaxonTreeBuilder)
Link copied to clipboard
fun stripSpace(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, elements: String, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltStripSpace.() -> Unit)
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
fun usePackage(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String? = null, packageVersion: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltUsePackage.() -> Unit)
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)