XsltValueOf

class XsltValueOf(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 analyzeString(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String, regex: String, flags: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltAnalyzeString.() -> Unit)
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
fun applyTemplates(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, mode: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltApplyTemplates.() -> Unit)
Link copied to clipboard
fun assert(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, test: String, select: String? = null, errorCode: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltAssert.() -> Unit)
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
fun break(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltBreak.() -> Unit)
Link copied to clipboard
fun callTemplate(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltCallTemplate.() -> Unit)
Link copied to clipboard
fun choose(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltChoose.() -> Unit)
Link copied to clipboard
fun comment(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltComment.() -> Unit)
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 document(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, type: String? = null, validation: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltDocument.() -> 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 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 forEach(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltForEach.() -> 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
fun fork(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltFork.() -> Unit)
Link copied to clipboard
fun if(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, test: String, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltIf.() -> Unit)
Link copied to clipboard
protected fun <T : XsltElementInterface> initTag(tag: T, init: T.() -> Unit): T
Link copied to clipboard
fun iterate(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltIterate.() -> Unit)
Link copied to clipboard
fun map(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltMap.() -> Unit)
Link copied to clipboard
fun mapEntry(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, key: String, select: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltMapEntry.() -> Unit)
Link copied to clipboard
fun maybe(name: String, value: Boolean?)
fun maybe(name: String, value: String?)
Link copied to clipboard
fun merge(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltMerge.() -> Unit)
Link copied to clipboard
fun message(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, terminate: String? = null, errorCode: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltMessage.() -> Unit)
Link copied to clipboard
fun namespace(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, select: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltNamespace.() -> Unit)
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 nextMatch(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltNextMatch.() -> 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
fun onEmpty(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltOnEmpty.() -> Unit)
Link copied to clipboard
fun onNonEmpty(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltOnNonEmpty.() -> Unit)
Link copied to clipboard
fun performSort(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltPerformSort.() -> Unit)
Link copied to clipboard
fun processingInstruction(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, name: String, select: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltProcessingInstruction.() -> Unit)
Link copied to clipboard
open override fun render(builder: SaxonTreeBuilder)
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 sequence(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltSequence.() -> 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
fun text(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, disableOutputEscaping: Boolean? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltText.() -> Unit)
Link copied to clipboard
fun try(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, rollbackOutput: Boolean? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltTry.() -> Unit)
Link copied to clipboard
fun valueOf(vocabularyPrefix: String = vPrefix, vocabularyNamespace: String = vNamespace, select: String? = null, separator: String? = null, disableOutputEscaping: Boolean? = null, attributes: Map<QName, String> = mapOf(), ns: Map<String, String> = mapOf(), init: XsltValueOf.() -> 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)
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)