xmlutil
Toggle table of contents
1.0.0-rc1
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil
/
startTag
start
Tag
inline
fun
XmlWriter
.
startTag
(
nsUri
:
String
?
,
localName
:
String
,
prefix
:
String
?
=
null
,
body
:
XmlWriter
.
(
)
->
Unit
)
Helper function for a tag that allows writing the body but closes the tag on completion.