Uses of Package
com.fasterxml.aalto.util
-
Packages that use com.fasterxml.aalto.util Package Description 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 Class Description 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.in Class Description BufferRecycler This is a small utility class, whose main functionality is to allow simple reuse of raw byte/char buffers.IllegalCharHandler 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 toStringBuilder, 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 Class Description 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 Class Description EmptyIterator Simple implementation of "null iterator", iterator that has nothing to iterate over.IllegalCharHandler TextBuilder Class conceptually similar toStringBuilder, 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.