Packages

c

scala.xml.dtd

AttrDecl

case class AttrDecl(name: String, tpe: String, default: DefaultDecl) extends Product with Serializable

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

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. AttrDecl
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new AttrDecl(name: String, tpe: String, default: DefaultDecl)

Value Members

  1. def buildString(sb: StringBuilder): StringBuilder
  2. val default: DefaultDecl
  3. val name: String
  4. def toString(): String
    Definition Classes
    AttrDecl → AnyRef → Any
  5. val tpe: String