Public Attributes | |
| String | identifier = new String() |
| int | playOrder |
| String | text = new String() |
| String | sourcePath = new String() |
| String | sourcePathWithHashLocation = new String() |
| String | hashLocation = new String() |
| int | chapterIndex |
| int | depth |
| int | index |
NavPoint class holds information about navPoint entry in NavMap included in ncx file of epub.
| int com.skytree.epub.NavPoint.chapterIndex |
chapter index
| int com.skytree.epub.NavPoint.depth |
indentation depth
| String com.skytree.epub.NavPoint.hashLocation = new String() |
hash location. eg # location
| String com.skytree.epub.NavPoint.identifier = new String() |
identifer
| int com.skytree.epub.NavPoint.index |
index at navMap
| int com.skytree.epub.NavPoint.playOrder |
play order
| String com.skytree.epub.NavPoint.sourcePath = new String() |
source path to physical content.
| String com.skytree.epub.NavPoint.sourcePathWithHashLocation = new String() |
source path with hash location. eg path::location
| String com.skytree.epub.NavPoint.text = new String() |
description
1.8.2