in scala/xml/dtd
class EntityDecl

abstract class EntityDecl()
extends MarkupDecl
with ScalaObject
Implementing classes or objects:
class UnparsedEntityDecl(name: String, extID: ExternalID, notation: String)
class ParsedEntityDecl(name: String, entdef: EntityDef)
class ParameterEntityDecl(name: String, entdef: EntityDef)

an entity declaration

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/ScalaObject-class
getScalaType

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