scala.xml

NodeSeq

object NodeSeq extends AnyRef

This object ...

Inherits

  1. AnyRef
  2. Any

Type Members

  1. type Coll = NodeSeq

Value Members

  1. val Empty: NodeSeq

  2. def canBuildFrom: CanBuildFrom[NodeSeq, Node, NodeSeq]

  3. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  4. def fromSeq(s: Seq[Node]): NodeSeq

  5. def hashCode(): Int

    Returns a hash code value for the object

  6. def newBuilder: Builder[Node, NodeSeq]

  7. def seqToNodeSeq(s: Seq[Node]): NodeSeq

  8. def toString(): String

    Returns a string representation of the object