Uses of Interface
com.fasterxml.aalto.util.XmlConsts
Packages that use XmlConsts
Package
Description
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Uses of XmlConsts in com.fasterxml.aalto.async
Classes in com.fasterxml.aalto.async that implement XmlConstsModifier and TypeClassDescriptionclass
This is the base class for asynchronous (non-blocking) XML scanners.class
This is the base class for asynchronous (non-blocking) XML scanners.class
-
Uses of XmlConsts in com.fasterxml.aalto.in
Classes in com.fasterxml.aalto.in that implement XmlConstsModifier and TypeClassDescriptionclass
Intermediate base class used by different byte-backed scanners.final class
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.final class
Class that takes care of bootstrapping main document input from a Stream input source.class
Abstract base class that defines shared functionality between different bootstrappers (byte stream, char Readers, block input)final class
This is the concrete scanner implementation used when input comes as aReader
.class
Base class for various byte stream based scanners (generally one for each type of encoding supported).final class
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
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 XmlConstsModifier and TypeClassDescriptionfinal class
Simple utility class that normalizes given character input character set names into canonical (within context of this processor) namesstatic class