in scala.xml
class Document

class Document
extends NodeSeq
with 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.

Constructor Summary
def this



Def Summary
def notations : Seq
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 : Seq

def unparsedEntities : Seq
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 : Seq
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 : Seq

def unparsedEntities : Seq
An unordered set of unparsed entity information items, one for each unparsed entity declared in the DTD.