in scala/xml/dtd
class MarkupDecl

abstract class MarkupDecl()
extends Decl
with ScalaObject
Implementing classes or objects:
class EntityDecl(name: String, tpe: String)
class AttrDecl(name: String, tpe: String, default: DefaultDecl)
class ElemDecl(name: String, contentModel: String, attribs: Map[String,AttrDecl])
class NotationDecl(name: String, 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