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 !! ----

