package pull
- Alphabetic
- Public
- All
Type Members
- case class ByteSourceUser(stream: ProxiedCloseOnNeedInputStream) extends SourceUser with Product with Serializable
- case class CharacterSourceUser(reader: ProxiedCloseOnNeedReader) extends SourceUser with Product with Serializable
-
class
Iterate extends FlatMapIterator[xml.XmlPath]
Iterates over a path of QNames producing XPaths for a given Iterator[PullType]
- class PullIterateeFunctions[F[_]] extends AnyRef
-
trait
PullIteratees extends AnyRef
Iteratees related to pull parsing
-
sealed
trait
SourceUser extends CloseOnNeed
We should give the stax what it needs to work best, especially with encoding issues, converting streams to readers etc is teh suxor
-
trait
XmlPull extends Iterator[xml.PullType] with DocLike
Basis for xmlpulls, an Iterator[PullType]
-
trait
XmlPulls extends AnyRef
Wraps the stax cursor inteface (iterator just adds weight here).
Wraps the stax cursor inteface (iterator just adds weight here).
scala.xml.pull uses a thread based on stax approach to push/pull events.
This code uses stax only, extra iteratee goodness will appear curtousy of scalaz....
Value Members
- object PullIteratees
- object PullUtils