Uses of Package
com.fasterxml.aalto.in
Packages that use com.fasterxml.aalto.in
Package
Description
Main-level package that just contains additional API types exposed above and
beyond standard Stax, Stax2 and SAX API types.
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Classes in com.fasterxml.aalto.in used by com.fasterxml.aaltoClassDescriptionThis is the shared configuration object passed by the factory to reader, and by reader to whoever needs it (scanners at least).
-
Classes in com.fasterxml.aalto.in used by com.fasterxml.aalto.asyncClassDescriptionThis is a symbol table implementation used for storing byte-based
PNames, specifically, instances of (ByteBasedPName).Intermediate base class used by different byte-backed scanners.Prefixed Name is similar toQName(qualified name), but only contains information about local name optionally prefixed by a prefix and colon, without namespace binding information.This is the shared configuration object passed by the factory to reader, and by reader to whoever needs it (scanners at least).This is the abstract base class for all scanner implementations, defining operations the actual parser requires from the low-level scanners. -
Classes in com.fasterxml.aalto.in used by com.fasterxml.aalto.domClassDescriptionThis is the shared configuration object passed by the factory to reader, and by reader to whoever needs it (scanners at least).
-
Classes in com.fasterxml.aalto.in used by com.fasterxml.aalto.inClassDescriptionObject used by the tokenizer to collect and store information about attributes, specifically, names and values.This intermediate abstract class defines more specialized API needed by components like symbol tables, which need to provide efficient access to byte-based PNames.Simple factory that can instantiate appropriate
PNameinstances, given input data to use for construction.This is a symbol table implementation used for storing byte-basedPNames, specifically, instances of (ByteBasedPName).Intermediate base class used by different byte-backed scanners.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.This is a symbol table implementation used for storing byte-basedPNames, specifically, instances of (PNameC).Class that takes care of bootstrapping main document input from a Stream input source.Simple container of information about an open element (one for which start tag has been seen, but not yet end; or, for empty tags, START_ELEMENT has been returned but END_ELEMENT not yet)Non-transient implementation ofNamespaceContext.Abstract base class that defines shared functionality between different bootstrappers (byte stream, char Readers, block input)This class encapsulates information about a namespace binding declaration, associated with start elements.Prefixed Name is similar toQName(qualified name), but only contains information about local name optionally prefixed by a prefix and colon, without namespace binding information.An alternate implementation of PName: instead of coming straight from byte contents, it is actually just built from a character array.This is the shared configuration object passed by the factory to reader, and by reader to whoever needs it (scanners at least).Base class for various byte stream based scanners (generally one for each type of encoding supported).This is the abstract base class for all scanner implementations, defining operations the actual parser requires from the low-level scanners. -
Classes in com.fasterxml.aalto.in used by com.fasterxml.aalto.staxClassDescriptionAbstract base class that defines shared functionality between different bootstrappers (byte stream, char Readers, block input)Prefixed Name is similar to
QName(qualified name), but only contains information about local name optionally prefixed by a prefix and colon, without namespace binding information.This is the shared configuration object passed by the factory to reader, and by reader to whoever needs it (scanners at least).This is the abstract base class for all scanner implementations, defining operations the actual parser requires from the low-level scanners. -
Classes in com.fasterxml.aalto.in used by com.fasterxml.aalto.utilClassDescriptionThis is the shared configuration object passed by the factory to reader, and by reader to whoever needs it (scanners at least).