Uses of Package
org.codehaus.stax2.ri.typed
-
Packages that use org.codehaus.stax2.ri.typed Package Description com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.sw com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox.org.codehaus.stax2.ri Package that contains a skeletal reference implementation of Stax2 API, as well as some utility/helper classes that can be useful in building one.org.codehaus.stax2.ri.dom org.codehaus.stax2.ri.typed -
Classes in org.codehaus.stax2.ri.typed used by com.ctc.wstx.sr Class Description CharArrayBase64Decoder Base64 decoder that can be used to decode base64 encoded content that is passed as char arrays.ValueDecoderFactory Factory class used to construct allTypedValueDecoder(andTypedArrayDecoder) instances needed by a single stream reader instance. -
Classes in org.codehaus.stax2.ri.typed used by com.ctc.wstx.sw Class Description AsciiValueEncoder This base class defines interface used for efficient encoding of typed values, by stream writers.ValueEncoderFactory Factory class used to construct allAsciiValueEncoderinstances needed by a single stream writer instance. -
Classes in org.codehaus.stax2.ri.typed used by com.ctc.wstx.util Class Description CharArrayBase64Decoder Base64 decoder that can be used to decode base64 encoded content that is passed as char arrays. -
Classes in org.codehaus.stax2.ri.typed used by org.codehaus.stax2.ri Class Description 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. -
Classes in org.codehaus.stax2.ri.typed used by org.codehaus.stax2.ri.dom Class Description 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. -
Classes in org.codehaus.stax2.ri.typed used by org.codehaus.stax2.ri.typed Class Description AsciiValueEncoder This base class defines interface used for efficient encoding of typed values, by stream writers.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 allAsciiValueEncoderinstances needed by a single stream writer instance.