eListHandler             package:RpsiXML             R Documentation

_x_m_l_E_v_e_n_t_P_a_r_s_e _h_a_n_d_l_e_r_s _f_o_r _P_S_I-_M_I _X_M_L _d_o_c_u_m_e_n_t_s

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

     xmlEventParse handlers for PSI-MI XML documents

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

     eListHandler()
     iListHandler()

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

     A dump() method is supplied to deliver the list.

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

     list; see examples for structure

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

     Vince Carey <stvjc@channing.harvard.edu>

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

     xmlDir <- system.file("/extdata/psi25files",package="RpsiXML")
     fn <- file.path(xmlDir, "hprd_200709_test.xml")
     xmlEventParse(fn, eListHandler())$dump()

