Scala Library Documentation
|
|
scala/xml/dtd/DTD.scala
]
abstract
class
DTD
extends
AnyRefValue Summary | |
var
|
attr : Map[String, AttListDecl] |
var
|
decls : List[Decl] |
var
|
elem : Map[String, ElemDecl] |
var
|
ent : Map[String, EntityDecl] |
var
|
externalID : ExternalID |
Method Summary | |
def
|
notations : Seq[NotationDecl] |
override def
|
toString : String |
def
|
unparsedEntities : Seq[EntityDecl] |
Methods inherited from AnyRef | |
getClass, hashCode, equals, clone, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
Methods inherited from Any | |
==, !=, isInstanceOf, asInstanceOf |
Scala Library Documentation
|
|