Package org.codehaus.stax2.typed
-
Interface Summary Interface Description TypedXMLStreamReader This interface provides a typed extension toXMLStreamReader
.TypedXMLStreamWriter This interface provides a typed extension toXMLStreamWriter
. -
Class Summary 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 byTypedXMLStreamReader
to allow for efficient customized decoding of textual xml content into actual typed values. -
Exception Summary Exception Description TypedXMLStreamException This class represents an exception throw by anTypedXMLStreamReader
or anTypedXMLStreamWriter
.