Uses of Package
com.fasterxml.aalto.util

Packages that use com.fasterxml.aalto.util
com.fasterxml.aalto.async Package that contains implementations of asynchronous (non-blocking) parser. 
com.fasterxml.aalto.in   
com.fasterxml.aalto.out   
com.fasterxml.aalto.util   
 

Classes in com.fasterxml.aalto.util used by com.fasterxml.aalto.async
XmlConsts
          Simple constant container interface, shared by input and output sides.
 

Classes in com.fasterxml.aalto.util used by com.fasterxml.aalto.in
BufferRecycler
          This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.
NameTable
          This class defines the basic high-level interface for symbol table implementations, especially regarding how they are obtained and reused.
TextBuilder
          Class conceptually similar to StringBuilder, but that allows for bit more efficient building, using segmented internal buffers, and direct access to these buffers.
XmlCharTypes
          This is a simple container class, mostly used to encapsulate details of character typing out of parser/scanner/writer classes, while still making int arrays auto-generated only if needed (esp.
XmlConsts
          Simple constant container interface, shared by input and output sides.
 

Classes in com.fasterxml.aalto.util used by com.fasterxml.aalto.out
NameTable
          This class defines the basic high-level interface for symbol table implementations, especially regarding how they are obtained and reused.
XmlCharTypes
          This is a simple container class, mostly used to encapsulate details of character typing out of parser/scanner/writer classes, while still making int arrays auto-generated only if needed (esp.
 

Classes in com.fasterxml.aalto.util used by com.fasterxml.aalto.util
EmptyIterator
          Simple implementation of "null iterator", iterator that has nothing to iterate over.
TextBuilder
          Class conceptually similar to StringBuilder, but that allows for bit more efficient building, using segmented internal buffers, and direct access to these buffers.
XmlConsts
          Simple constant container interface, shared by input and output sides.
 



Copyright © 2012 Fasterxml.com. All Rights Reserved.