AttributeData

data class AttributeData(val localName: String, val namespaceURI: String?, val prefix: String?, val value: String)

The attribute of an XML or HTML node.

Constructors

Link copied to clipboard
constructor(localName: String, namespaceURI: String?, prefix: String?, value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The attribute name without any namespace prefix.

Link copied to clipboard
Link copied to clipboard

The namespace prefix used for this attribute.

Link copied to clipboard

The attribute value

Functions

Link copied to clipboard
fun serialize(generator: JsonGenerator)