WBR

open class WBR(initialAttributes: Map<String, String>, consumer: TagConsumer<*>) : HTMLTag, HtmlBlockInlineTag

Functions

comment
Link copied to clipboard
open fun comment(s: String)
entity
Link copied to clipboard
open fun entity(e: Entities)
text
Link copied to clipboard
open fun text(n: Number)
open fun text(s: String)
unaryPlus
Link copied to clipboard
open operator fun String.unaryPlus()
open operator fun Entities.unaryPlus()

Properties

attributes
Link copied to clipboard
open override val attributes: DelegatingMap
attributesEntries
Link copied to clipboard
open override val attributesEntries: Collection<Map.Entry<String, String>>
consumer
Link copied to clipboard
open override val consumer: TagConsumer<*>
emptyTag
Link copied to clipboard
open override val emptyTag: Boolean
inlineTag
Link copied to clipboard
open override val inlineTag: Boolean
namespace
Link copied to clipboard
open override val namespace: String?
tagName
Link copied to clipboard
open override val tagName: String