in scala/xml/dtd
class DEFAULT

case class DEFAULT(fixed: Boolean, attValue: String)
extends DefaultDecl
with ScalaObject
with CaseClass

Field Summary
  val attValue: String
  val fixed: Boolean

Method Summary
final override def toString(): String

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/CaseClass-class
caseArity, caseElement

Field Detail

fixed

  val fixed: Boolean

attValue

  val attValue: String
Method Detail

toString

  final override def toString(): String