scala.xml

object NodeSeq

[source: scala/xml/NodeSeq.scala]

object NodeSeq
extends AnyRef
This object ...
Author
Burak Emir
Version
1.0
Value Summary
final val Empty : NodeSeq
Method Summary
def fromSeq (s : Seq[Node]) : NodeSeq
implicit def view (s : Seq[Node]) : NodeSeq
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
final val Empty : NodeSeq

Method Details
def fromSeq(s : Seq[Node]) : NodeSeq

implicit def view(s : Seq[Node]) : NodeSeq