in scala/xml/dtd
class MarkupDecl

abstract class MarkupDecl()
extends Decl
with ScalaObject
Implementing classes or objects:
class PEReference(ent: String)
class EntityDecl()
class ElemDecl(name: String, contentModel: ContentModel)
class NotationDecl(name: String, extID: ExternalID)
class AttListDecl(name: String, attrs: List[AttrDecl])

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

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

Method Detail

toString

  final override def toString(): String

toString

  abstract def toString(sb: StringBuffer): StringBuffer