in scala/xml/dtd
class AttrDecl

case class AttrDecl(name: String, tpe: String, default: DefaultDecl)
extends MarkupDecl
with ScalaObject
with CaseClass

an attribute declaration

Field Summary
  val default: DefaultDecl
  val name: String
  val tpe: String

Method Summary
final override def toString(): String

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

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

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Field Detail

name

  val name: String

tpe

  val tpe: String

default

  val default: DefaultDecl
Method Detail

toString

  final override def toString(): String