\name{eListHandler}
\alias{eListHandler}
\alias{iListHandler}
\title{xmlEventParse handlers for MIF XML documents from EBI intact  }
\description{
xmlEventParse handlers for MIF XML documents from EBI intact
}
\usage{
eListHandler()
iListHandler()
}
\details{
A dump() method is supplied to deliver the list.
}
\value{
list; see examples for structure
}
%\references{  }
\author{Vince Carey <stvjc@channing.harvard.edu>}
%\note{  }


%\seealso{  }

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