in scala/xml/dtd
class DTD

abstract class DTD()
extends Object
with ScalaObject

a document type declaration

Method Summary
  var attr: Map[String,AttListDecl]
  var decls: List[Decl]
  var elem: Map[String,ElemDecl]
  var ent: Map[String,EntityDecl]
  var externalID: ExternalID
  def notations: Seq[NotationDecl]
override def toString(): String
  def unparsedEntities: Seq[EntityDecl]

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/ScalaObject-class
getScalaType

Method Detail

externalID

  var externalID: ExternalID

notations

  def notations: Seq[NotationDecl]

unparsedEntities

  def unparsedEntities: Seq[EntityDecl]

elem

  var elem: Map[String,ElemDecl]

attr

  var attr: Map[String,AttListDecl]

ent

  var ent: Map[String,EntityDecl]

decls

  var decls: List[Decl]

toString

  override def toString(): String