| Interface | Description |
|---|---|
| TypedXMLStreamReader |
This interface provides a typed extension to
XMLStreamReader. |
| TypedXMLStreamWriter |
This interface provides a typed extension to
XMLStreamWriter. |
| Class | Description |
|---|---|
| Base64Variant |
This abstract base class is used to define specific details of which
variant of Base64 encoding/decoding is to be used.
|
| Base64Variants |
This class is used as a container for commonly used Base64 variants.
|
| TypedArrayDecoder |
Base class that defines decoder used for decoding multiple
elements of an array type.
|
| TypedValueDecoder |
Base class that defines generic typed value decoder API used
by
TypedXMLStreamReader to allow for efficient customized
decoding of textual xml content into actual typed values. |
| Exception | Description |
|---|---|
| TypedXMLStreamException |
This class represents an exception throw by an
TypedXMLStreamReader or an TypedXMLStreamWriter. |
Copyright © 2005–2017 Oracle Corporation. All rights reserved.