Package | Description |
---|---|
com.fasterxml.aalto.async |
Package that contains implementations of asynchronous (non-blocking)
parser.
|
com.fasterxml.aalto.in | |
com.fasterxml.aalto.util |
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 |
Modifier and Type | Class and Description |
---|---|
class |
ByteBasedScanner
Intermediate base class used by different byte-backed scanners.
|
class |
ByteSourceBootstrapper
Class that takes care of bootstrapping main document input from
a byte-oriented input source: usually either an
InputStream ,
or a block source like byte array. |
class |
CharSourceBootstrapper
Class that takes care of bootstrapping main document input from
a Stream input source.
|
class |
InputBootstrapper
Abstract base class that defines shared functionality between different
bootstrappers (byte stream, char Readers, block input)
|
class |
ReaderScanner
This is the concrete scanner implementation used when input comes
as a
Reader . |
class |
StreamScanner
Base class for various byte stream based scanners (generally one
for each type of encoding supported).
|
class |
Utf8Scanner
Scanner for tokenizing XML content from a byte stream encoding using
UTF-8 encoding, or something suitably close it for decoding purposes
(including ISO-Latin1 and US-ASCII).
|
class |
XmlScanner
This is the abstract base class for all scanner implementations,
defining operations the actual parser requires from the low-level
scanners.
|
Modifier and Type | Class and Description |
---|---|
class |
CharsetNames
Simple utility class that normalizes given character input character
set names into canonical (within context of this processor) names
|
static class |
IllegalCharHandler.ReplacingIllegalCharHandler |
Copyright © 2018 FasterXML. All rights reserved.