Keyboard3Element

data class Keyboard3Element(val attributes: Keyboard3Ast.Keyboard3Element.Attributes, val content: List<Keyboard3Ast.Keyboard3Element.Child>, val sourceRange: SourceRange? = null) : XmlLocatable(source)

Constructors

Link copied to clipboard
constructor(attributes: Keyboard3Ast.Keyboard3Element.Attributes, content: List<Keyboard3Ast.Keyboard3Element.Child>, sourceRange: SourceRange? = null)

Types

Link copied to clipboard
data class Attributes(val locale: String, val conformsTo: String, val xmlns: String?, val draft: String?)
Link copied to clipboard
sealed interface Child : XmlLocatable

Properties

Link copied to clipboard
Link copied to clipboard
open override val sourceRange: SourceRange?