A comment was encountered
An Element's end tag was encountered.
An Element's start tag was encountered.
An entity reference was encountered.
A processing instruction was encountered.
A text node was encountered.
An XML event for pull parsing.
Main entry point into creating an event-based XML parser.
Classes needed to view an XML document as a series of events. The document is parsed by an scala.xml.pull.XMLEventReader instance. You can treat it as an scala.collection.Iterator to retrieve the events, which are all subclasses of scala.xml.pull.XMLEvent.