case class AttListDecl(name: String, attrs: List[AttrDecl]) extends MarkupDecl with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- AttListDecl
- Serializable
- Serializable
- Product
- Equals
- MarkupDecl
- Decl
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Value Members
- val attrs: List[AttrDecl]
-
def
buildString(sb: StringBuilder): StringBuilder
- Definition Classes
- AttListDecl → MarkupDecl
- val name: String