Packages

p

leaf

package leaf

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class Node[T <: NodeType](tpe: T, children: List[Node[_]] = List.empty) extends Product with Serializable
  2. abstract class NodeType extends AnyRef
  3. case class Structure(level: ChildLevel, id: Option[String], caption: List[Node[_]], children: List[Structure]) extends Product with Serializable

    caption

    May also contain formattings

Value Members

  1. object NodeType
  2. object Structure extends Serializable
  3. object TagSet

Ungrouped