Package

pl.metastack.metaweb

tree

Permalink

package tree

Visibility
  1. Public
  2. All

Type Members

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

    Permalink
  2. trait Node extends metaweb.Node

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

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

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

    Permalink

Value Members

  1. object Null extends Null with Node with Product with Serializable

    Permalink

Ungrouped