in scala/xml/dtd
class AttrDecl

case class AttrDecl(name: String, tpe: String, default: DefaultDecl)
extends Object
with ScalaObject
with CaseClass

an attribute declaration. at this point, the tpe is a string. Future versions might provide a way to access the attribute types more directly.

Field Summary
  val default: DefaultDecl
  val name: String
  val tpe: String

Method Summary
final override def toString(): String
final def toString(sb: StringBuffer): StringBuffer

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

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

Methods inherited from scala/CaseClass-class
caseArity, caseElement, caseName

Methods inherited from scala/ScalaObject-class
getScalaType

Field Detail

name

  val name: String

tpe

  val tpe: String

default

  val default: DefaultDecl
Method Detail

toString

  final override def toString(): String

toString

  final def toString(sb: StringBuffer): StringBuffer