See: Description
Interface | Description |
---|---|
AsyncByteArrayFeeder | |
AsyncByteBufferFeeder | |
AsyncInputFeeder |
Interface used by
AsyncXMLStreamReader to get more input to parse. |
AsyncXMLStreamReader<F extends AsyncInputFeeder> |
Extension of
XMLStreamReader2 used by non-blocking ("async")
stream readers. |
Class | Description |
---|---|
AaltoInputProperties |
Class that contains constant for property names used to configure
cursor and event readers produced by Aalto implementation of
XMLInputFactory . |
AsyncXMLInputFactory |
Extension of XMLInputFactory2
to provide factory methods for constructing non-blocking (asynchronous)
parsers (of type
AsyncXMLStreamReader . |
Exception | Description |
---|---|
UncheckedStreamException |
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.
|
ValidationException |
Specific exception thrown when document has validation (DTD, W3C Schema)
errors; things that are not well-formedness problems.
|
WFCException |
Base class for reader-side Well-Formedness Constraint violation
(fatal error) exceptions.
|
Copyright © 2021 FasterXML. All rights reserved.