scala.xml

object Node

[source: scala/xml/Node.scala]

object Node
extends AnyRef
This object provides methods ...
Author
Burak Emir
Version
1.0
Value Summary
val EmptyNamespace : java.lang.String
the empty namespace
Method Summary
final def NoAttributes : MetaData
the constant empty attribute sequence
def unapplySeq (n : Node) : Some[(java.lang.String, MetaData, Seq[Node])]
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
val EmptyNamespace : java.lang.String
the empty namespace

Method Details
final def NoAttributes : MetaData
the constant empty attribute sequence

def unapplySeq(n : Node) : Some[(java.lang.String, MetaData, Seq[Node])]