Uses of Interface
com.fasterxml.aalto.util.XmlConsts
-
Packages that use XmlConsts Package Description com.fasterxml.aalto.async Package that contains implementations of asynchronous (non-blocking) parser.com.fasterxml.aalto.in com.fasterxml.aalto.util -
-
Uses of XmlConsts in com.fasterxml.aalto.async
Classes in com.fasterxml.aalto.async that implement XmlConsts Modifier and Type Class 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
-
Uses of XmlConsts in com.fasterxml.aalto.in
Classes in com.fasterxml.aalto.in that implement XmlConsts Modifier and Type Class 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 anInputStream
, 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 aReader
.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. -
Uses of XmlConsts in com.fasterxml.aalto.util
Classes in com.fasterxml.aalto.util that implement XmlConsts Modifier and Type Class Description class
CharsetNames
Simple utility class that normalizes given character input character set names into canonical (within context of this processor) namesstatic class
IllegalCharHandler.ReplacingIllegalCharHandler
-