libmobi
C library for handling MOBI format ebook documents
|
Result data returned by mobi_search_links_kf7() and mobi_search_links_kf8() More...
#include <parse_rawml.h>
Data Fields | |
unsigned char * | start |
unsigned char * | end |
char | value [MOBI_ATTRVALUE_MAXSIZE+1] |
bool | is_url |
Result data returned by mobi_search_links_kf7() and mobi_search_links_kf8()
unsigned char* MOBIResult::end |
End of data to be replaced
bool MOBIResult::is_url |
True if value is part of css url attribute
unsigned char* MOBIResult::start |
Beginning data to be replaced
char MOBIResult::value[MOBI_ATTRVALUE_MAXSIZE+1] |
Attribute value