Class Summary | |
case
|
class
ElemEnd
|
case
|
class
ElemStart
|
mixin abstract
|
class
XMLEvent
represents an XMLEvent for pull parsing |
class
XMLEventReader
a pull parser that offers to view an XML document as a series of events. Please note that this API might change. Here's how to use this class import scala.xml._ import scala.xml.pull._ import scala.io.Source object reader { val src = Source.fromString(" |