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 |
Class and Description |
---|
XmlConsts
Simple constant container interface, shared by input and output
sides.
|
Class and 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 to
StringBuilder , 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.
|
Class and 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.
|
Class and Description |
---|
EmptyIterator
Simple implementation of "null iterator", iterator that has nothing to
iterate over.
|
IllegalCharHandler |
TextBuilder
Class conceptually similar to
StringBuilder , 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.
|
Class and 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.
|