in scala/xml/dtd
class ContentModel

abstract sealed class ContentModel()
extends Object
with ScalaObject
Implementing classes or objects:
object EMPTY
object PCDATA
object ANY
class DFAContentModel()

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

  override def toString(): String

toString

  abstract def toString(sb: StringBuffer): StringBuffer