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