toggle menu
Adswizz API SDK
8.2.0
androidJvm
switch theme
search in API
adswizz-core
/
com.ad.core.adFetcher.model
/
XmlNode
Xml
Node
data
class
XmlNode
(
val
name
:
String
,
val
attributes
:
Map
<
String
,
String
>
=
emptyMap()
,
val
children
:
List
<
XmlNode
>
=
emptyList()
,
val
text
:
String
?
=
null
)
Members
Constructors
Xml
Node
Link copied to clipboard
constructor
(
name
:
String
,
attributes
:
Map
<
String
,
String
>
=
emptyMap()
,
children
:
List
<
XmlNode
>
=
emptyList()
,
text
:
String
?
=
null
)
Properties
attributes
Link copied to clipboard
val
attributes
:
Map
<
String
,
String
>
children
Link copied to clipboard
val
children
:
List
<
XmlNode
>
name
Link copied to clipboard
val
name
:
String
text
Link copied to clipboard
val
text
:
String
?
=
null
Functions
child
Link copied to clipboard
fun
child
(
name
:
String
)
:
XmlNode
?
child
Text
Link copied to clipboard
fun
childText
(
name
:
String
)
:
String
?