package oepub

  1. Overview
  2. Docs

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

type t

type representing toc.ncx

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

create title navmap create a toc representation.

val title : t -> string

title toc returns the title

val navmap : t -> Nav.map

navmap toc returns the navmap of the toc.ncx

OCaml

Innovation. Community. Security.