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?)