| 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 |
| 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.
|
| 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. |
| 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 |
|---|
| 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. |
| XmlConsts
Simple constant container interface, shared by input and output
sides.
|
Copyright © 2021 FasterXML. All rights reserved.