in scala/xml/dtd
class DefaultDecl

abstract class DefaultDecl()
extends Object
with ScalaObject
Implementing classes or objects:
object REQUIRED
object IMPLIED
class DEFAULT(fixed: Boolean, attValue: String)

Method Summary
abstract 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

  abstract override def toString(): String

toString

  abstract def toString(sb: StringBuffer): StringBuffer