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
/
XmlTextNode
Xml
Text
Node
class
XmlTextNode
(
parent
:
XmlParentNode
,
val
content
:
String
)
:
XmlChildNode
(
source
)
Members
Constructors
Xml
Text
Node
Link copied to clipboard
constructor
(
parent
:
XmlParentNode
,
content
:
String
)
Properties
attributes
Link copied to clipboard
open
override
val
attributes
:
MutableMap
<
String
,
String
>
class
Name
Link copied to clipboard
open
override
val
className
:
String
?
content
Link copied to clipboard
val
content
:
String
id
Link copied to clipboard
open
override
val
id
:
String
?
parent
Link copied to clipboard
var
parent
:
XmlParentNode
root
Parent
Link copied to clipboard
val
rootParent
:
XmlParentNode
style
Link copied to clipboard
open
override
val
style
:
String
?
tag
Name
Link copied to clipboard
open
override
val
tagName
:
String
Functions
attach
Parent
If
Needed
Link copied to clipboard
fun
attachParentIfNeeded
(
parent
:
XmlParentNode
)
to
Js
String
Link copied to clipboard
open
fun
toJsString
(
extra
:
StringBuilder
.
(
)
->
Unit
?
=
null
)
:
String
to
String
Link copied to clipboard
open
override
fun
toString
(
)
:
String