|
libmobi
C library for handling MOBI format ebook documents
|
NCX index entry structure. More...
#include <opf.h>
Data Fields | |
| size_t | id |
| char * | text |
| char * | target |
| size_t | level |
| size_t | parent |
| size_t | first_child |
| size_t | last_child |
NCX index entry structure.
| size_t NCX::first_child |
First child id
| size_t NCX::id |
Sequential id
| size_t NCX::last_child |
Last child id
| size_t NCX::level |
Entry level
| size_t NCX::parent |
Entry parent
| char* NCX::target |
Entry target reference
| char* NCX::text |
Entry text content