SaxonTreeBuilder
Properties
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun addStartElement(elemName: NodeName, attrs: AttributeMap, typeCode: SchemaType, nsmap: NamespaceMap)
fun addStartElement(elemName: NodeName, attrs: AttributeMap, typeCode: SchemaType, nsmap: NamespaceMap, overrideBaseURI: URI?)
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
fun xslt(documentUri: String? = null, id: String? = null, version: String = "3.0", defaultMode: String? = null, defaultValidation: String? = null, inputTypeAnnotations: String? = null, defaultCollation: String? = null, extensionElementPrefixes: String? = null, excludeResultPrefixes: String? = null, expandText: Boolean? = null, useWhen: String? = null, xpathDefaultNamespace: String? = null, attributes: Map<QName, String> = mapOf(), vocabularyPrefix: String = "xsl", vocabularNamespace: String = "http://www.w3.org/1999/XSL/Transform", ns: Map<String, String> = mapOf(), init: XsltStylesheet.() -> Unit): XdmNode