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 | Interface and Description |
---|---|
interface |
AsyncXMLStreamReader<F extends AsyncInputFeeder>
Extension of
XMLStreamReader2 used by non-blocking ("async")
stream readers. |
Modifier and Type | Interface and Description |
---|---|
interface |
AsyncByteArrayFeeder |
interface |
AsyncByteBufferFeeder |
Modifier and Type | Class and Description |
---|---|
class |
AsyncStreamReaderImpl<F extends AsyncInputFeeder>
Implementation of
AsyncXMLStreamReader . |
Modifier and Type | Class and Description |
---|---|
class |
AsyncByteArrayScanner
This is the base class for asynchronous (non-blocking) XML
scanners.
|
class |
AsyncByteBufferScanner
This is the base class for asynchronous (non-blocking) XML
scanners.
|
class |
AsyncByteScanner |
Copyright © 2018 FasterXML. All rights reserved.