Instance Constructors
-
new
XMLEventReader(src: Source)
Type Members
-
class
GroupedIterator[B >: A] extends AbstractIterator[collection.Seq[B]] with collection.Iterator[collection.Seq[B]]
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
def
++[B >: XMLEvent](that: ⇒ GenTraversableOnce[B]): collection.Iterator[B]
-
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
-
object
POISON extends XMLEvent with Product with Serializable
-
-
-
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
buffered: collection.BufferedIterator[XMLEvent]
-
def
clone(): AnyRef
-
def
collect[B](pf: PartialFunction[XMLEvent, B]): collection.Iterator[B]
-
def
collectFirst[B](pf: PartialFunction[XMLEvent, B]): Option[B]
-
def
contains(elem: Any): Boolean
-
def
copyToArray[B >: XMLEvent](xs: Array[B], start: Int, len: Int): Unit
-
def
copyToArray[B >: XMLEvent](xs: Array[B]): Unit
-
def
copyToArray[B >: XMLEvent](xs: Array[B], start: Int): Unit
-
def
copyToBuffer[B >: XMLEvent](dest: Buffer[B]): Unit
-
def
corresponds[B](that: GenTraversableOnce[B])(p: (XMLEvent, B) ⇒ Boolean): Boolean
-
def
count(p: (XMLEvent) ⇒ Boolean): Int
-
def
drop(n: Int): collection.Iterator[XMLEvent]
-
def
dropWhile(p: (XMLEvent) ⇒ Boolean): collection.Iterator[XMLEvent]
-
def
duplicate: (collection.Iterator[XMLEvent], collection.Iterator[XMLEvent])
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
exists(p: (XMLEvent) ⇒ Boolean): Boolean
-
def
filter(p: (XMLEvent) ⇒ Boolean): collection.Iterator[XMLEvent]
-
def
filterNot(p: (XMLEvent) ⇒ Boolean): collection.Iterator[XMLEvent]
-
def
finalize(): Unit
-
def
find(p: (XMLEvent) ⇒ Boolean): Option[XMLEvent]
-
def
flatMap[B](f: (XMLEvent) ⇒ GenTraversableOnce[B]): collection.Iterator[B]
-
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
forall(p: (XMLEvent) ⇒ Boolean): Boolean
-
def
foreach[U](f: (XMLEvent) ⇒ U): Unit
-
final
def
getClass(): Class[_]
-
-
def
hasDefiniteSize: Boolean
-
def
hasNext: Boolean
-
def
hashCode(): Int
-
def
indexOf[B >: XMLEvent](elem: B): Int
-
def
indexWhere(p: (XMLEvent) ⇒ Boolean): Int
-
def
interruptibly[A](body: ⇒ A): Option[A]
-
def
isEmpty: Boolean
-
final
def
isInstanceOf[T0]: Boolean
-
def
isTraversableAgain: Boolean
-
def
length: Int
-
def
map[B](f: (XMLEvent) ⇒ B): collection.Iterator[B]
-
-
-
-
-
def
mkString: String
-
def
mkString(sep: String): String
-
def
mkString(start: String, sep: String, end: String): String
-
final
def
ne(arg0: AnyRef): Boolean
-
-
def
nonEmpty: Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
padTo[A1 >: XMLEvent](len: Int, elem: A1): collection.Iterator[A1]
-
def
partition(p: (XMLEvent) ⇒ Boolean): (collection.Iterator[XMLEvent], collection.Iterator[XMLEvent])
-
def
patch[B >: XMLEvent](from: Int, patchElems: collection.Iterator[B], replaced: Int): collection.Iterator[B]
-
val
preserveWS: Boolean
-
def
produce(x: XMLEvent): Unit
-
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
sameElements(that: collection.Iterator[_]): Boolean
-
def
scanLeft[B](z: B)(op: (B, XMLEvent) ⇒ B): collection.Iterator[B]
-
def
scanRight[B](z: B)(op: (XMLEvent, B) ⇒ B): collection.Iterator[B]
-
def
seq: collection.Iterator[XMLEvent]
-
def
size: Int
-
def
slice(from: Int, until: Int): collection.Iterator[XMLEvent]
-
-
def
span(p: (XMLEvent) ⇒ Boolean): (collection.Iterator[XMLEvent], collection.Iterator[XMLEvent])
-
def
stop(): Unit
-
def
sum[B >: XMLEvent](implicit num: Numeric[B]): B
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
take(n: Int): collection.Iterator[XMLEvent]
-
def
takeWhile(p: (XMLEvent) ⇒ Boolean): collection.Iterator[XMLEvent]
-
def
to[Col[_]](implicit cbf: CanBuildFrom[Nothing, XMLEvent, Col[XMLEvent]]): Col[XMLEvent]
-
def
toArray[B >: XMLEvent](implicit arg0: ClassTag[B]): Array[B]
-
def
toBuffer[B >: XMLEvent]: Buffer[B]
-
def
toIndexedSeq: collection.immutable.IndexedSeq[XMLEvent]
-
def
toIterable: collection.Iterable[XMLEvent]
-
def
toIterator: collection.Iterator[XMLEvent]
-
-
def
toMap[T, U](implicit ev: <:<[XMLEvent, (T, U)]): Map[T, U]
-
def
toSeq: collection.Seq[XMLEvent]
-
def
toSet[B >: XMLEvent]: Set[B]
-
def
toStream: collection.immutable.Stream[XMLEvent]
-
def
toString(): String
-
def
toTraversable: collection.Traversable[XMLEvent]
-
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
def
withFilter(p: (XMLEvent) ⇒ Boolean): collection.Iterator[XMLEvent]
-
def
zip[B](that: collection.Iterator[B]): collection.Iterator[(XMLEvent, B)]
-
def
zipAll[B, A1 >: XMLEvent, B1 >: B](that: collection.Iterator[B], thisElem: A1, thatElem: B1): collection.Iterator[(A1, B1)]
-
def
zipWithIndex: collection.Iterator[(XMLEvent, Int)]
Inherited from AbstractIterator[XMLEvent]
Inherited from collection.Iterator[XMLEvent]
Inherited from collection.TraversableOnce[XMLEvent]
Inherited from GenTraversableOnce[XMLEvent]
Inherited from Any
Main entry point into creating an event-based XML parser. Treating this as a scala.collection.Iterator will provide access to the generated events.