|
Scala Library
|
|
scala/xml/dtd/ContentModel.scala]
sealed abstract
class
ContentModel
extends AnyRef| Method Summary | |
override def
|
toString
: java.lang.String
Returns a string representation of the object.
|
abstract def
|
toString (sb : StringBuilder) : StringBuilder |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Method Details |
override
def
toString : java.lang.String
The default representation is platform dependent.
abstract
def
toString(sb : StringBuilder) : StringBuilder
|
Scala Library
|
|