laika

tree

package tree

Visibility
  1. Public
  2. All

Type Members

  1. trait ElementTraversal[Self <: Element with ElementTraversal[Self]] extends AnyRef

    Provides means to traverse, select and rewrite elements of a document tree.

  2. class LinkResolver extends AnyRef

    The default rewrite rules responsible for resolving link references that get applied to the raw document tree after parsing.

Value Members

  1. object Documents

    Provides the API for Documents and DocumentTrees as well as the Path API.

  2. object Elements

    Provides the elements of the document tree.

  3. object IdGenerators

    Generators for various different types of automatically generated identifiers.

  4. object LinkResolver

  5. object LinkTargets

    Representations for various types of link targets.

  6. object RewriteRules

    Utilities for dealing with rewrite rules.

  7. object SectionBuilder extends (DocumentContext) ⇒ PartialFunction[Element, Option[Element]]

    Rewrite rules responsible for building the section structure of a document based on the header elements it contains and their level.

  8. object Templates

    Provides the elements of the document tree which are specific to templates.

  9. object TreeUtil

    Generic utilities that help with document tree modifications.

Ungrouped