xmlutil
Toggle table of contents
0.91.3
Common
Target filter
Common
Switch theme
Search in API
Skip to content
xmlutil
core
/
nl.adaptivity.xmlutil
/
writeAttribute
write
Attribute
fun
XmlWriter
.
writeAttribute
(
name
:
String
,
value
:
String
?
)
fun
XmlWriter
.
writeAttribute
(
name
:
String
,
value
:
Any
?
)
fun
XmlWriter
.
writeAttribute
(
name
:
QName
,
value
:
String
?
)
fun
XmlWriter
.
writeAttribute
(
name
:
String
,
value
:
Double
)
fun
XmlWriter
.
writeAttribute
(
name
:
String
,
value
:
Long
)
fun
XmlWriter
.
writeAttribute
(
name
:
String
,
value
:
QName
?
)