Package | Description |
---|---|
com.fasterxml.aalto.async |
Package that contains implementations of asynchronous (non-blocking)
parser.
|
com.fasterxml.aalto.in |
Modifier and Type | Class and Description |
---|---|
class |
AsyncByteScanner
This is the base class for asynchronous (non-blocking) XML
scanners.
|
class |
AsyncUtfScanner
This class handles parsing of UTF-8 encoded XML streams, as well as
other UTF-8 compatible (subset) encodings (specifically, Latin1 and
US-ASCII).
|
Modifier and Type | Class and Description |
---|---|
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).
|
Copyright © 2013 Fasterxml.com. All Rights Reserved.