in scala/xml/dtd
class AttListDecl

case class AttListDecl(name: String, attrs: List[AttrDecl])
extends MarkupDecl
with ScalaObject
with CaseClass
with DtdTypeSymbol

Field Summary
  val attrs: List[AttrDecl]
  val name: String

Method Summary
  def toString(sb: StringBuffer): StringBuffer
final override def toString(): String

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement, caseName

Methods inherited from scala/ScalaObject-class
getScalaType

Methods inherited from scala/xml/dtd/MarkupDecl-class
toString

Field Detail

name

  val name: String

attrs

  val attrs: List[AttrDecl]
Method Detail

toString

  def toString(sb: StringBuffer): StringBuffer

toString

  final override def toString(): String