| Interface | Description |
|---|---|
| Builder<T> | |
| Pool<T> |
Pool of reusable objects that are indistinguishable from each other,
such as JAXB marshallers.
|
| Class | Description |
|---|---|
| ByteArrayDataSource |
DataSource backed by a byte buffer. |
| FinalArrayList<T> |
ArrayList with the final keyword. |
| FragmentContentHandler |
XMLFilterImpl that masks start/end document SAX events. |
| Pool.Impl<T> |
Default implementation that uses
ConcurrentLinkedQueue
as the data store. |
| XMLStreamReaderToContentHandler |
This is a simple utility class that adapts StAX events from an
XMLStreamReader to SAX events on a
ContentHandler, bridging between the two
parser technologies. |
| Exception | Description |
|---|---|
| SAXException2 |
SAXException that handles exception chaining correctly. |
| SAXParseException2 |
SAXParseException that handles exception chaining correctly. |
| XMLStreamException2 |
XMLStreamException that properly handles exception chaining. |
| Annotation Type | Description |
|---|---|
| Interned |
Designates that a field, return value, argument, or a variable is supposed
to be an
interned string. |
| NotNull |
Designates that a field, return value, argument, or a variable is guaranteed to be non-null.
|
| Nullable |
Designates that a field, return value, argument, or a variable may be null.
|
Copyright © 2005–2017 Oracle Corporation. All rights reserved.