scala.xml.pull

trait XMLEvent

[source: scala/xml/pull/XMLEvent.scala]

trait XMLEvent
extends AnyRef
This class represents an XML event for pull parsing. Pull parsing means that during the traversal of the XML tree we are parsing, each "event" is returned to the caller and the traversal is suspended.
Direct Known Subclasses:
Document, SpecialNode, EvElemStart, EvElemEnd, EvText, EvEntityRef, EvProcInstr, EvComment

Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf