core
0.16.3
core
/
de.peekandpoke.kraft.vdom
/
CustomTag
Custom
Tag
class
CustomTag
(
name
:
String
,
consumer
:
TagConsumer
<
*
>
)
:
HTMLTag
,
FlowContent
Content copied to clipboard
Constructors
Functions
Properties
Constructors
Custom
Tag
Link copied to clipboard
fun
CustomTag
(
name
:
String
,
consumer
:
TagConsumer
<
*
>
)
Content copied to clipboard
Functions
comment
Link copied to clipboard
open
fun
comment
(
s
:
String
)
Content copied to clipboard
entity
Link copied to clipboard
open
fun
entity
(
e
:
Entities
)
Content copied to clipboard
text
Link copied to clipboard
open
fun
text
(
n
:
Number
)
Content copied to clipboard
open
fun
text
(
s
:
String
)
Content copied to clipboard
unary
Plus
Link copied to clipboard
open
operator
fun
String
.
unaryPlus
(
)
Content copied to clipboard
open
operator
fun
Entities
.
unaryPlus
(
)
Content copied to clipboard
Properties
attributes
Link copied to clipboard
open
override
val
attributes
:
DelegatingMap
Content copied to clipboard
attributes
Entries
Link copied to clipboard
open
override
val
attributesEntries
:
Collection
<
Map.Entry
<
String
,
String
>
>
Content copied to clipboard
consumer
Link copied to clipboard
open
override
val
consumer
:
TagConsumer
<
*
>
Content copied to clipboard
empty
Tag
Link copied to clipboard
open
override
val
emptyTag
:
Boolean
Content copied to clipboard
inline
Tag
Link copied to clipboard
open
override
val
inlineTag
:
Boolean
Content copied to clipboard
namespace
Link copied to clipboard
open
override
val
namespace
:
String
?
Content copied to clipboard
tag
Name
Link copied to clipboard
open
override
val
tagName
:
String
Content copied to clipboard