package aalto
This package provides asynchronous parsing via the aalto library.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- aalto
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
-
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
- object AsyncParser
-
object
AsyncXMLInputFactoryPool extends SimpleUnboundedPool[AsyncXMLInputFactory]
Default AsyncXMLInputFactory impl