in scala/xml/dtd
class EntityDef

abstract class EntityDef()
extends Object
with ScalaObject
Implementing classes or objects:
class ExtDef(extID: ExternalID)
class IntDef(value: String)

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