Uses of Interface
com.fasterxml.aalto.util.XmlConsts

Packages that use XmlConsts
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
 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).
 

Uses of XmlConsts in com.fasterxml.aalto.in
 

Classes in com.fasterxml.aalto.in that implement XmlConsts
 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.
 

Uses of XmlConsts in com.fasterxml.aalto.util
 

Classes in com.fasterxml.aalto.util that implement XmlConsts
 class CharsetNames
          Simple utility class that normalizes given character input character set names into canonical (within context of this processor) names
 



Copyright © 2012 Fasterxml.com. All Rights Reserved.