Doctype-class              package:XML              R Documentation

_C_l_a_s_s _t_o _d_e_s_c_r_i_b_e _a _r_e_f_e_r_e_n_c_e _t_o _a_n _X_M_L _D_T_D

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

     This class is intended to identify a DTD by SYSTEM file and/or
     PUBLIC  catalog identifier.  This is used in the DOCTYPE element
     of an XML document.

_O_b_j_e_c_t_s _f_r_o_m _t_h_e _C_l_a_s_s:

     Objects can be created by calls of the form 'new("Doctype", ...)'.
     or 'Doctype'.

_S_l_o_t_s:

     '_n_a_m_e': Object of class '"character"'. This is the name of the 
          top-level element in the XML document.

     '_s_y_s_t_e_m': Object of class '"character"'. This is the name of the
          file on the system where the DTD document can be found. Can
          this be a URI?

     '_p_u_b_l_i_c': Object of class '"character"'. This gives the PUBLIC 
          identifier for the DTD that can be searched for in a catalog,
          for example to map the DTD reference to a local system
          element.

_M_e_t_h_o_d_s:

     No methods defined with class "Doctype" in the signature.

_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>, <URL: http://www.xmlsoft.org>

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

     'Doctype' 'saveXML'

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

       

