Light Novel Reader Api
Toggle table of contents
release
Target filter
release
Switch theme
Search in API
Skip to content
Light Novel Reader Api
Light Novel Reader Api
/
io.nightfish.lightnovelreader.api.xml
/
XmlBuilder
/
Companion
Companion
object
Companion
XmlBuilder
工厂方法集合 @since Api 2
Members
Functions
xml
Link copied to clipboard
fun
xml
(
root
:
String
,
vararg
attrs
:
Attribute
=
emptyArray()
,
builder
:
XmlBuilder.ElementBuilder
.
(
)
->
Any
?
=
null
)
:
Document
创建一个无命名空间的XML文档
fun
xml
(
root
:
String
,
xmlns
:
String
,
vararg
attrs
:
Attribute
=
emptyArray()
,
builder
:
XmlBuilder.ElementBuilder
.
(
)
->
Any
?
=
null
)
:
Document
创建一个带命名空间的XML文档