| Package | Description |
|---|---|
| com.fasterxml.aalto |
Main-level package that just contains additional API types exposed above and
beyond standard Stax, Stax2 and SAX API types.
|
| com.fasterxml.aalto.async |
Package that contains implementations of asynchronous (non-blocking)
parser.
|
| Modifier and Type | Method and Description |
|---|---|
AsyncInputFeeder |
AsyncXMLStreamReader.getInputFeeder()
Method used to access
AsyncInputFeeder which is used to
provide XML content to parse in non-blocking manner (see
AsyncInputFeeder for more details). |
| Modifier and Type | Class and Description |
|---|---|
class |
AsyncStreamReaderImpl
Implementation of
AsyncXMLStreamReader. |
| Modifier and Type | Method and Description |
|---|---|
AsyncInputFeeder |
AsyncStreamReaderImpl.getInputFeeder() |
Copyright © 2012-2013 FasterXML. All Rights Reserved.