abstract class DTD extends AnyRef
A document type declaration.
- Alphabetic
- By Inheritance
- DTD
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Instance Constructors
- new DTD()
Value Members
- var attr: Map[String, AttListDecl]
- var decls: List[Decl]
- var elem: Map[String, ElemDecl]
- var ent: Map[String, EntityDecl]
- var externalID: ExternalID
- def notations: collection.Seq[NotationDecl]
-
def
toString(): String
- Definition Classes
- DTD → AnyRef → Any
- def unparsedEntities: collection.Seq[EntityDecl]