Uses of Package
com.fasterxml.aalto
Packages that use com.fasterxml.aalto
Package
Description
Main-level package that just contains additional API types exposed above and
beyond standard Stax, Stax2 and SAX API types.
Package that contains implementations of asynchronous (non-blocking)
parser.
-
Classes in com.fasterxml.aalto used by com.fasterxml.aaltoClassDescriptionInterface used by
AsyncXMLStreamReader
to get more input to parse.Extension ofXMLStreamReader2
used by non-blocking ("async") stream readers.Unchecked exception that has to be used for methods of Stax API that do not allow throwing checked XMLStreamException, but where internal methods that need to be called may throw such an exception.Specific exception thrown when document has validation (DTD, W3C Schema) errors; things that are not well-formedness problems. -
Classes in com.fasterxml.aalto used by com.fasterxml.aalto.asyncClassDescriptionInterface used by
AsyncXMLStreamReader
to get more input to parse.Extension ofXMLStreamReader2
used by non-blocking ("async") stream readers. -
Classes in com.fasterxml.aalto used by com.fasterxml.aalto.staxClassDescriptionExtension of XMLInputFactory2 to provide factory methods for constructing non-blocking (asynchronous) parsers (of type
AsyncXMLStreamReader
.Extension ofXMLStreamReader2
used by non-blocking ("async") stream readers. -
Classes in com.fasterxml.aalto used by com.fasterxml.aalto.utilClassDescriptionBase class for reader-side Well-Formedness Constraint violation (fatal error) exceptions.