package oepub

  1. Overview
  2. Docs

Module Oepub.TocSource

Module representing the toc.ncx. Currently, the head tag is ignored.

Sourcetype t

type representing toc.ncx

Sourceval create : string -> Nav.map -> t

create title navmap create a toc representation.

Sourceval title : t -> string

title toc returns the title

Sourceval navmap : t -> Nav.map

navmap toc returns the navmap of the toc.ncx

OCaml

Innovation. Community. Security.