|
Scala
1.4.0.3 |
|||
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 |
var externalID: ExternalID
def notations: Seq[NotationDecl]
def unparsedEntities: Seq[EntityDecl]
var elem: Map[String,ElemDecl]
var attr: Map[String,AttListDecl]
var ent: Map[String,EntityDecl]
var decls: List[Decl]
override def toString(): String
|
Scala
1.4.0.3 |
|||