This class is used by HtmlHelpController and HtmlHelpFrame to access HTML help items. It is internal class and should not be used directly – except for the case you’re writing your own HTML help controller.
Boolean add_book(String book_url)
Adds new book. book is URL (not filename!) of HTML help project (hhp) or ZIP file that contains arbitrary number of .hhp projects (this zip file can have either .zip or .htb extension, htb stands for “html book”). Returns success.
String find_page_by_id(Integer id)
Returns page’s URL based on integer ID stored in project.
String find_page_by_name(String page)
Returns page’s URL based on its (file)name.
HtmlBookRecArray get_book_rec_array()
Returns array with help books info.
HtmlHelpDataItems get_contents_array()
Returns reference to array with contents entries.
HtmlHelpDataItems get_index_array()
Returns reference to array with index entries.
set_temp_dir(String path)
Sets temporary directory where binary cached versions of MS HTML Workshop files will be stored. (This is turned off by default and you can enable this feature by setting non-empty temp dir.)
[This page automatically generated from the Textile source at Wed Sep 09 02:21:12 +0100 2009]