CustomAttributes

class CustomAttributes(val node: Node, val tag: String, val attrs: MutableMap<String, String>)

Constructors

Link copied to clipboard
constructor(node: Node, tag: String, attrs: MutableMap<String, String>)

Properties

Link copied to clipboard
val attrs: MutableMap<String, String>
Link copied to clipboard
val node: Node
Link copied to clipboard
val tag: String