EpubNcx

EpubNcx

Class that represents Navigation Control File (NCX) in the EPUB file

Constructor

new EpubNcx()

Source:

Extends

Methods

(static) getType() → {ItemTypeEnum}

Source:

Overrides EpubItem's getType method to always return NAVIGATION type

Returns:

The item's type

Type
ItemTypeEnum

getType() → {ItemTypeEnum}

Source:
Overrides:

Guesses type according to the file extension. Might not be the best way to do it, but it works for now.
We map the type by finding the file extension in ItemTypeFileExtensionMap

Returns:

The type of the item

Type
ItemTypeEnum