in scala/xml/dtd
class DTD
-
abstract class DTD()
- extends Object
- with ScalaObject
-
a document type declaration
Methods inherited from java/lang/Object-class
|
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait |
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