xmlParent                package:XML                R Documentation

_G_e_t _p_a_r_e_n_t _n_o_d_e _o_f _X_M_L_I_n_t_e_r_n_a_l_N_o_d_e

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

     This operates on an internal C-level XML node and returns a
     reference to its parent node  within the document tree.

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

     xmlParent(x)

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

       x: an object of class 'XMLInternalNode' whose parent is being
          requested. 

_D_e_t_a_i_l_s:

     This uses the internal libxml structures to access the parent in
     the DOM tree.  This function is generic so that we can add methods
     for other types of nodes if we so want in the future.

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

     An object of class 'XMLInternalNode'.

_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:

     'xmlChildren' 'xmlTreeParse' 'xmlNode'

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

