Uses of Package
org.codehaus.stax2.ri.typed
Packages that use org.codehaus.stax2.ri.typed
Package
Description
Package that contains a skeletal reference implementation of Stax2 API,
as well as some utility/helper classes that can be useful in building
one.
-
Classes in org.codehaus.stax2.ri.typed used by org.codehaus.stax2.riClassDescriptionHelper class used for serializing typed values to String.Base64 decoder that can be used to decode base64 encoded content that is passed as a Single string.Factory class used to construct all
TypedValueDecoder
(andTypedArrayDecoder
) instances needed by a single stream reader instance. -
Classes in org.codehaus.stax2.ri.typed used by org.codehaus.stax2.ri.domClassDescriptionHelper class used for serializing typed values to String.Base64 decoder that can be used to decode base64 encoded content that is passed as a Single string.Factory class used to construct all
TypedValueDecoder
(andTypedArrayDecoder
) instances needed by a single stream reader instance. -
Classes in org.codehaus.stax2.ri.typed used by org.codehaus.stax2.ri.typedClassDescriptionThis base class defines interface used for efficient encoding of typed values, by stream writers.Intermediate shared base class for token array decoders.There are some things common to all textual decoders (like white space trimming).Factory class used to construct all
AsciiValueEncoder
instances needed by a single stream writer instance.