Packages

package pull

Content Hierarchy
Ordering
  1. Alphabetic
Visibility
  1. Public
  2. All

Type Members

  1. case class ByteSourceUser(stream: ProxiedCloseOnNeedInputStream) extends SourceUser with Product with Serializable
  2. case class CharacterSourceUser(reader: ProxiedCloseOnNeedReader) extends SourceUser with Product with Serializable
  3. class Iterate extends FlatMapIterator[xml.XmlPath]

    Iterates over a path of QNames producing XPaths for a given Iterator[PullType]

  4. class PullIterateeFunctions[F[_]] extends AnyRef
  5. trait PullIteratees extends AnyRef

    Iteratees related to pull parsing

  6. 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

  7. trait XmlPull extends Iterator[xml.PullType] with DocLike

    Basis for xmlpulls, an Iterator[PullType]

  8. 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

  1. object PullIteratees
  2. object PullUtils

Ungrouped