The TocPage class

class ferenda.TocPage(linktext, title, binding, value)[source]

Represents a particular TOC page.

Parameters:
  • linktext – The text used for TOC links to this page, like “a” or “2013”.
  • linktext – str
  • label (str) – A description of this page, like “Documents starting with ‘a’”
  • binding (str) – The variable binding used for defining this TOC page, like “title” or “issued”
  • value (str) – The particular value of bound variable that corresponds to this TOC page, like “a” or “2013”. The selector function of a Facet object is used to select this value out of the raw data.