in scala/xml/dtd
class EntityDecl

case class EntityDecl(name: String, tpe: String)
extends MarkupDecl
with ScalaObject
with CaseClass

an entity declaration

Field Summary
  val name: String
  val tpe: String

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, toString, 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