Package

pl.metastack.metaweb

tree

Permalink

package tree

Visibility
  1. Public
  2. All

Type Members

  1. case class Container(nodes: Seq[Node]) extends Node with Product with Serializable

    Permalink
  2. trait Node extends AnyRef

    Permalink
  3. case class Placeholder(node: Option[Node]) extends Node with Product with Serializable

    Permalink
  4. case class Tag(tagName: String, attributes: Map[String, Any] = Map.empty, events: Map[String, (Any) ⇒ Unit], children: Seq[Node] = Seq.empty) extends Node with Product with Serializable

    Permalink
  5. case class Text(text: String) extends Node with Product with Serializable

    Permalink

Value Members

  1. object Null extends Node with Product with Serializable

    Permalink

Ungrouped