|
Scala 2.1.6
|
class
Document
extends
scala.xml.NodeSeq with
scala.ScalaObjectConstructor Summary | |
def
this
|
Def Summary | |
def
notations
: scala.Seq[scala.xml.dtd.NotationDecl]
An unordered set of notation information items, one for each notation declared in the DTD. If any notation is multiply declared, this property has no value. |
|
def
theSeq
: scala.Seq[scala.xml.Node]
|
|
def
unparsedEntities
: scala.Seq[scala.xml.dtd.EntityDecl]
An unordered set of unparsed entity information items, one for each unparsed entity declared in the DTD. |
Constructor Detail |
def
this
Def Detail |
def
notations
: scala.Seq[scala.xml.dtd.NotationDecl]
def
theSeq
: scala.Seq[scala.xml.Node]
def
unparsedEntities
: scala.Seq[scala.xml.dtd.EntityDecl]