HTMLPage-class package:annotate R Documentation _C_l_a_s_s_e_s _t_o _r_e_p_r_e_s_e_n_t _H_T_M_L _p_a_g_e_s _D_e_s_c_r_i_p_t_i_o_n: Class 'HTMLPage' and 'FramedHTMLPage' are a pair of experimental classes used to explore concepts of representing HTML pages using S4 objects. _S_l_o_t_s: '_f_i_l_e_N_a_m_e': Object of class '"character"' The filename of the HTML page '_p_a_g_e_T_e_x_t': Object of class '"character"' The text of the HTML page '_p_a_g_e_T_i_t_l_e': Object of class '"character"' The title of the HTML page '_t_o_p_P_a_g_e': Object of class '"HTMLPage"' The header page for a FramedHTMLPage '_s_i_d_e_P_a_g_e': Object of class '"HTMLPage"' The side index page for a FramedHTMLPage '_m_a_i_n_P_a_g_e': Object of class '"HTMLPage"' The primary page for a FramedHTMLPage _M_e_t_h_o_d_s: _s_h_o_w 'signature(object = "HTMLPage")': Describes information about the page _f_i_l_e_N_a_m_e 'signature(object = "HTMLPage")': Gets the fileName slot _p_a_g_e_T_e_x_t 'signature(object = "HTMLPage")': Gets the pageText slot _p_a_g_e_T_i_t_l_e 'signature(object = "HTMLPage")': Gets the pageTitle slot _t_o_F_i_l_e 'signature(object = "HTMLPage")': Writes the page out to the file designated by the fileName slot _N_o_t_e: These classes are currently experimental. FramedHTMLPage is modeled after the framing layout of the Bioconductor website (www.bioconductor.org). _A_u_t_h_o_r(_s): Jeff Gentry _E_x_a_m_p_l_e_s: ##---- Should be DIRECTLY executable !! ----