|
Scala
1.4.0.3 |
|||
Method Summary | |
var allDeclarationsProcessed: Boolean
9. |
|
var baseURI: String
The base URI of the document entity. |
|
var children: Seq[Node]
An ordered list of child information items, in document order. |
|
var docElem: Node
The element information item corresponding to the document element. |
|
var dtd: DTD
The dtd that comes with the document, if any |
|
var encoding: Option[String]
The name of the character encoding scheme in which the document entity is expressed. |
|
def notations: Seq[NotationDecl]
An unordered set of notation information items, one for each notation declared in the DTD. |
|
var standAlone: Option[Boolean]
An indication of the standalone status of the document, either true or false. |
|
def theSeq: Seq[Node]
|
|
def unparsedEntities: Seq[EntityDecl]
An unordered set of unparsed entity information items, one for each unparsed entity declared in the DTD. |
|
var version: Option[String]
A string representing the XML version of the document. |
Methods inherited from java/lang/Object-class |
clone, eq, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, wait, wait, wait |
Methods inherited from scala/Any-class |
!=, ==, asInstanceOf, isInstanceOf, match |
Methods inherited from scala/Iterable-class |
/:, :\, concat, exists, find, foldLeft, foldRight, forall, foreach, sameElements |
Methods inherited from scala/ScalaObject-class |
getScalaType |
Methods inherited from scala/Seq-class |
concat, copyToArray, drop, indexOf, isDefinedAt, lastIndexOf, stringPrefix, subseq, take, toList |
Methods inherited from scala/xml/NodeSeq-class |
\, \\, apply, apply, asList, elements, equals, filter, flatMap, length, map, text, toString |
Method Detail |
var children: Seq[Node]
var docElem: Node
var dtd: DTD
def notations: Seq[NotationDecl]
def unparsedEntities: Seq[EntityDecl]
var baseURI: String
var encoding: Option[String]
var standAlone: Option[Boolean]
var version: Option[String]
var allDeclarationsProcessed: Boolean
def theSeq: Seq[Node]
|
Scala
1.4.0.3 |
|||