Readium
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
Readium
readium-shared
/
org.readium.r2.shared.util.xml
/
ElementNode
/
ElementNode
Element
Node
constructor
(
name
:
String
,
namespace
:
String
=
""
,
lang
:
String
=
""
,
attributes
:
AttributeMap
=
emptyMap()
,
children
:
List
<
Node
>
=
listOf()
)