Scala Library Documentation
|
|
scala/xml/Elem.scala
]
object
Elem
extends
AnyRefMethod Summary | |
def
|
apply (prefix : String, label : String, attributes : MetaData, scope : NamespaceBinding, child : Node*) : Elem |
def
|
unapplySeq (n : Node) : Option[(String, String, MetaData, NamespaceBinding, 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 |
Method Details |
def
apply(prefix : String, label : String, attributes : MetaData, scope : NamespaceBinding, child : Node*) : Elem
Scala Library Documentation
|
|