abstract class DTD extends AnyRef

A document type declaration.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DTD
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DTD()

Value Members

  1. var attr: Map[String, AttListDecl]
  2. var decls: List[Decl]
  3. var elem: Map[String, ElemDecl]
  4. var ent: Map[String, EntityDecl]
  5. var externalID: ExternalID
  6. def notations: Seq[NotationDecl]
  7. def toString(): String
    Definition Classes
    DTD → AnyRef → Any
  8. def unparsedEntities: Seq[EntityDecl]