scala.xml.dtd

class MarkupDecl

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

abstract class MarkupDecl
extends Decl
Direct Known Subclasses:
ElemDecl, AttListDecl, EntityDecl, NotationDecl, PEReference

Method Summary
abstract def toString (sb : StringBuilder) : StringBuilder
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Method Details
abstract def toString(sb : StringBuilder) : StringBuilder