|
|
Scala 2.1.8
|
class
XMLEventReader
extends
java.lang.Object with
scala.Iterator[scala.xml.pull.XMLEvent] with
scala.ScalaObject
import scala.xml._
import scala.xml.pull._
import scala.io.Source
object reader {
val src = Source.fromString(" ")
val er = new XMLEventReader().initialize(src)
def main(args:Array[String]): unit = {
Console.println(er.next)
Console.println(er.next)
}
}
| Constructor Summary | |
def
this
|
|
| Class Summary | |
class
Parser
|
|
| Def Summary | |
def
doNotify
: scala.xml.NodeSeq{def theSeq: scala.Nil.type}
|
|
def
getAndClearEvent
: scala.xml.pull.XMLEvent
|
|
def
getSource
: scala.io.Source
|
|
def
hasNext
: scala.Boolean
|
|
def
initialize
( src : scala.io.Source )
: XMLEventReader.this.type
|
|
def
myresume
: scala.Unit
|
|
def
next
: scala.xml.pull.XMLEvent
|
|
def
setEvent
( e : scala.xml.pull.XMLEvent )
: scala.Unit
|
|
| Constructor Detail |
def
this
| Def Detail |
def
doNotify
: scala.xml.NodeSeq{def theSeq: scala.Nil.type}
def
getAndClearEvent
: scala.xml.pull.XMLEvent
def
getSource
: scala.io.Source
def
hasNext
: scala.Boolean
def
initialize
( src : scala.io.Source ) : XMLEventReader.this.type
def
myresume
: scala.Unit
def
next
: scala.xml.pull.XMLEvent
def
setEvent
( e : scala.xml.pull.XMLEvent ) : scala.Unit