XsltFork

class XsltFork(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 fallback(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltFallback.() -> 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
protected fun <T : XsltElementInterface> initTag(tag: T, init: T.() -> Unit): T
Link copied to clipboard
fun maybe(name: String, value: Boolean?)
fun maybe(name: String, value: String?)
Link copied to clipboard
open override fun render(builder: SaxonTreeBuilder)
Link copied to clipboard
fun sequence(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltSequence.() -> Unit)