Elem

scala.xml.Elem$
See theElem companion class
object Elem

This singleton object contains the apply and unapplySeq methods for convenient construction and deconstruction. It is possible to deconstruct any Node instance (that is not a SpecialNode or a Group) using the syntax case Elem(prefix, label, attribs, scope, child @ _*) => ...

Attributes

Companion
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type
Elem.type

Members list

Value members

Concrete methods

def apply(prefix: String, label: String, attributes: MetaData, scope: NamespaceBinding, minimizeEmpty: Boolean, child: Node*): Elem
def unapplySeq(n: Node): Option[(String, String, MetaData, NamespaceBinding, SeqNodeUnapplySeq)]