eListHandler             package:Rintact             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 _M_I_F _X_M_L _d_o_c_u_m_e_n_t_s _f_r_o_m _E_B_I _i_n_t_a_c_t

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

     xmlEventParse handlers for MIF XML documents from EBI intact

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

     fn <- system.file("MIFXML/ebi188.xml", package="Rintact")
     xmlEventParse(fn, eListHandler())$dump()
     xmlEventParse(fn, iListHandler())$dump()[1:5]

