Options
All
  • Public
  • Public/Protected
  • All
Menu

Respresents an EPUB navigation document. This can be a:

Hierarchy

  • IEpubNavigationDocument

Index

Methods

getDocument

  • getDocument(): Document
  • Get the DOM document instance representing the navigation document.

    Returns Document

getType

  • getType(): "ncx" | "nav"
  • Get the type of navigation document returned by getDocument().

    Returns "ncx" | "nav"

getUrl

  • getUrl(): URL
  • Get the URL to the navigation document.

    Returns URL

Generated using TypeDoc