Packages

package aalto

This package provides asynchronous parsing via the aalto library.

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. aalto
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
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.

    An AynscParser, a DataChunk is fed in via nextInput which, in turn, returns an Input[EphmeralStream[PullType]] of events. When the Input is El then the stream may be evaluated to get all available events, and will return empty when no more for that data chunk is available.

    See nextInput for more info.

Value Members

  1. object AsyncParser
  2. object AsyncXMLInputFactoryPool extends SimpleUnboundedPool[AsyncXMLInputFactory]

    Default AsyncXMLInputFactory impl

Inherited from AnyRef

Inherited from Any

Ungrouped