libmobi
C library for handling MOBI format ebook documents
Data Fields
MOBIResult Struct Reference

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
 

Detailed Description

Result data returned by mobi_search_links_kf7() and mobi_search_links_kf8()

Field Documentation

◆ end

unsigned char* MOBIResult::end

End of data to be replaced

◆ is_url

bool MOBIResult::is_url

True if value is part of css url attribute

◆ start

unsigned char* MOBIResult::start

Beginning data to be replaced

◆ value

char MOBIResult::value[MOBI_ATTRVALUE_MAXSIZE+1]

Attribute value


The documentation for this struct was generated from the following file: