Package org.codehaus.stax2.ri.typed
-
Class Summary Class Description AsciiValueEncoder This base class defines interface used for efficient encoding of typed values, by stream writers.CharArrayBase64Decoder Base64 decoder that can be used to decode base64 encoded content that is passed as char arrays.NumberUtil Helper class that contains method for converting numeric values to and from String representations.SimpleValueEncoder Helper class used for serializing typed values to String.StringBase64Decoder Base64 decoder that can be used to decode base64 encoded content that is passed as a Single string.ValueDecoderFactory Factory class used to construct allTypedValueDecoder
(andTypedArrayDecoder
) instances needed by a single stream reader instance.ValueDecoderFactory.BaseArrayDecoder Intermediate shared base class for token array decoders.ValueDecoderFactory.BooleanDecoder ValueDecoderFactory.DecimalDecoder ValueDecoderFactory.DecoderBase There are some things common to all textual decoders (like white space trimming).ValueDecoderFactory.DoubleArrayDecoder ValueDecoderFactory.DoubleDecoder ValueDecoderFactory.FloatArrayDecoder ValueDecoderFactory.FloatDecoder ValueDecoderFactory.IntArrayDecoder ValueDecoderFactory.IntDecoder ValueDecoderFactory.IntegerDecoder ValueDecoderFactory.LongArrayDecoder ValueDecoderFactory.LongDecoder ValueDecoderFactory.QNameDecoder ValueEncoderFactory Factory class used to construct allAsciiValueEncoder
instances needed by a single stream writer instance.