Doctype                 package:XML                 R Documentation

_C_o_n_s_t_r_u_c_t_o_r _f_o_r _D_T_D _r_e_f_e_r_e_n_c_e

_D_e_s_c_r_i_p_t_i_o_n:

     This is a constructor for the 'Doctype' class. Also, there is a
     method for converting such a 'Doctype' object to a character
     string.

_U_s_a_g_e:

     Doctype(system = "", public = "", name = "")

_A_r_g_u_m_e_n_t_s:

  system: the system URI that locates the DTD. 

  public: the identifier for locating the DTD in a catalog, for
          example. 

    name: the name of the root element in the document

_V_a_l_u_e:

     An object of class 'Doctype'.

_A_u_t_h_o_r(_s):

     Duncan Temple Lang

_R_e_f_e_r_e_n_c_e_s:

     <URL: http://www.w3.org/XML>

_S_e_e _A_l_s_o:

     'saveXML'

_E_x_a_m_p_l_e_s:

