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 test -
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.UriCanonicalizer This class is used for canonicalization of namespace URIs.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 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.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.UriCanonicalizer.BoundedHashMap We'll use a bounded map, which should work well for most normal cases, but avoid excesses for degenerate cases (unique URIs used as idenfitiers etc).UriCanonicalizer.CanonicalKey XmlConsts Simple constant container interface, shared by input and output sides. -
Classes in com.fasterxml.aalto.util used by test 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.