scales.aalto.parser

pull

package pull

This package provides asynchronous parsing via the aalto library.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. pull
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. abstract class AsyncParser extends CloseOnNeed with DocLike

    An AynscParser, a DataChunk is fed in via nextInput which, in turn, returns an Input[EphmeralStream[PullType]] of events.

  2. sealed trait Input[E] extends AnyRef

    Carbon copy of IterV Input, its really quite useful thanks!

Value Members

  1. object AsyncParser

  2. object AsyncXMLInputFactoryPool extends SimpleUnboundedPool[AsyncXMLInputFactory]

    Default AsyncXMLInputFactory impl

  3. object EOF

    Input that is exhausted

  4. object El

    Input that has no values available

  5. object Empty

    Input that has a value available

Inherited from AnyRef

Inherited from Any

Ungrouped