Instance Constructors
-
new
XMLEventReader(src: Source)
Type Members
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
-
def
/:[B](z: B)(op: (B, XMLEvent) ⇒ B): B
-
def
:\[B](z: B)(op: (XMLEvent, B) ⇒ B): B
-
final
def
==(arg0: Any): Boolean
-
val
EndOfStream: POISON.type
-
val
MaxQueueSize: Int
-
-
-
-
def
addString(b: StringBuilder, start: String, sep: String, end: String): StringBuilder
-
def
aggregate[B](z: ⇒ B)(seqop: (B, XMLEvent) ⇒ B, combop: (B, B) ⇒ B): B
-
final
def
asInstanceOf[T0]: T0
-
def
available(): Boolean
-
-
def
clone(): AnyRef
-
-
-
def
contains(elem: Any): Boolean
-
def
copyToArray[B >: XMLEvent](xs: Array[B], start: Int, len: Int): Unit
-
-
def
copyToArray[B >: XMLEvent](xs: Array[B], start: Int): Unit
-
-
-
-
-
-
-
-
-
-
-
-
def
finalize(): Unit
-
-
-
def
fold[A1 >: XMLEvent](z: A1)(op: (A1, A1) ⇒ A1): A1
-
def
foldLeft[B](z: B)(op: (B, XMLEvent) ⇒ B): B
-
def
foldRight[B](z: B)(op: (XMLEvent, B) ⇒ B): B
-
-
def
foreach[U](f: (XMLEvent) ⇒ U): Unit
-
final
def
getClass(): Class[_]
-
-
def
hasDefiniteSize: Boolean
-
-
def
hashCode(): Int
-
def
indexOf[B >: XMLEvent](elem: B): Int
-
-
def
interruptibly[A](body: ⇒ A): Option[A]
-
-
final
def
isInstanceOf[T0]: Boolean
-
def
isTraversableAgain: Boolean
-
def
length: Int
-
-
-
-
-
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
-
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
-
-
-
val
preserveWS: Boolean
-
-
def
product[B >: XMLEvent](implicit num: Numeric[B]): B
-
def
reduce[A1 >: XMLEvent](op: (A1, A1) ⇒ A1): A1
-
def
reduceLeft[B >: XMLEvent](op: (B, XMLEvent) ⇒ B): B
-
def
reduceLeftOption[B >: XMLEvent](op: (B, XMLEvent) ⇒ B): Option[B]
-
def
reduceOption[A1 >: XMLEvent](op: (A1, A1) ⇒ A1): Option[A1]
-
def
reduceRight[B >: XMLEvent](op: (XMLEvent, B) ⇒ B): B
-
def
reduceRightOption[B >: XMLEvent](op: (XMLEvent, B) ⇒ B): Option[B]
-
-
-
-
-
-
def
size: Int
-
-
-
-
def
stop(): Unit
-
def
sum[B >: XMLEvent](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
-
-
-
def
toArray[B >: XMLEvent](implicit arg0: ClassTag[B]): Array[B]
-
-
-
-
-
-
def
toMap[T, U](implicit ev: <:<[XMLEvent, (T, U)]): Map[T, U]
-
-
-
def
toStream: collection.immutable.Stream[XMLEvent]
-
def
toString(): String
-
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
-
-
-
Main entry point into creating an event-based XML parser. Treating this as a scala.collection.Iterator will provide access to the generated events.