scala.xml.dtd

class DefaultDecl

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

abstract class DefaultDecl
extends AnyRef
Direct Known Subclasses:
REQUIRED, IMPLIED, DEFAULT

Method Summary
abstract def buildString (sb : StringBuilder) : StringBuilder
override abstract def toString : java.lang.String
Returns a string representation of the object.
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 abstract 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 buildString(sb : StringBuilder) : StringBuilder