scala.xml.dtd

class ContentModel

[source: scala/xml/dtd/ContentModel.scala]

sealed abstract class ContentModel
extends AnyRef
Direct Known Subclasses:
PCDATA, EMPTY, ANY, DFAContentModel

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
Returns a string representation of the object.

The default representation is platform dependent.

Returns
a string representation of the object.


abstract def toString(sb : StringBuilder) : StringBuilder