Iterates over a path of QNames producing XPaths for a given Iterator[PullType]
We should give the stax what it needs to work best, especially with encoding issues, converting streams to readers etc is teh suxor
Basis for xmlpulls, an Iterator[PullType]
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....