in scala.xml
class Document

class Document
extends scala.xml.NodeSeq
with scala.xml.pull.XMLEvent
with scala.ScalaObject
A document information item (according to InfoSet spec). The comments are copied from the Infoset spec, only augmented with some information on the Scala types for definitions that might have no value. also plays the role of an XMLEvent for pull parsing

Constructor 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]
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.