SVG to Compose Documentation
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
SVG to Compose Documentation
svg-to-compose
/
dev.tonholo.s2c.domain.xml
/
XmlParentNode
Xml
Parent
Node
sealed
interface
XmlParentNode
:
XmlNode
(
source
)
Inheritors
XmlPendingParentElement
XmlRootNode
XmlElementNode
Members
Properties
attributes
Link copied to clipboard
abstract
val
attributes
:
MutableMap
<
String
,
String
>
children
Link copied to clipboard
abstract
val
children
:
MutableSet
<
XmlNode
>
class
Name
Link copied to clipboard
abstract
val
className
:
String
?
id
Link copied to clipboard
abstract
val
id
:
String
?
style
Link copied to clipboard
abstract
val
style
:
String
?
tag
Name
Link copied to clipboard
abstract
val
tagName
:
String
Functions
to
String
Link copied to clipboard
abstract
override
fun
toString
(
)
:
String