scala.xml.dtd

class DTD

[source: scala/xml/dtd/DTD.scala]

abstract class DTD
extends AnyRef
A document type declaration.
Author
Burak Emir
Value Summary
var attr : Map[java.lang.String, AttListDecl]
var decls : List[Decl]
var elem : Map[java.lang.String, ElemDecl]
var ent : Map[java.lang.String, EntityDecl]
var externalID : ExternalID
Method Summary
def notations : Seq[NotationDecl]
override def toString : java.lang.String
Returns a string representation of the object.
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
Value Details
var externalID : ExternalID

var elem : Map[java.lang.String, ElemDecl]

var attr : Map[java.lang.String, AttListDecl]

var ent : Map[java.lang.String, EntityDecl]

var decls : List[Decl]

Method Details
def notations : Seq[NotationDecl]

def unparsedEntities : Seq[EntityDecl]

override def toString : java.lang.String
Returns a string representation of the object.

The default representation is platform dependent.

Returns
a string representation of the object.