|
Scala Library
|
|
scala/xml/NodeSeq.scala]
object
NodeSeq
extends AnyRef| 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 |
| Method Details |
|
Scala Library
|
|