Uses of Class
org.codehaus.stax2.typed.TypedValueDecoder
-
Packages that use TypedValueDecoder Package Description 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 org.codehaus.stax2.typed org.codehaus.stax2.util -
-
Uses of TypedValueDecoder in org.codehaus.stax2.ri
Methods in org.codehaus.stax2.ri with parameters of type TypedValueDecoder Modifier and Type Method Description voidStax2ReaderAdapter. getAttributeAs(int index, TypedValueDecoder tvd)voidStax2ReaderImpl. getAttributeAs(int index, TypedValueDecoder tvd)voidStax2ReaderAdapter. getElementAs(TypedValueDecoder tvd)voidStax2ReaderImpl. getElementAs(TypedValueDecoder tvd) -
Uses of TypedValueDecoder in org.codehaus.stax2.ri.dom
Methods in org.codehaus.stax2.ri.dom with parameters of type TypedValueDecoder Modifier and Type Method Description voidDOMWrappingReader. getAttributeAs(int index, TypedValueDecoder tvd)voidDOMWrappingReader. getElementAs(TypedValueDecoder tvd) -
Uses of TypedValueDecoder in org.codehaus.stax2.ri.typed
Subclasses of TypedValueDecoder in org.codehaus.stax2.ri.typed Modifier and Type Class Description static classValueDecoderFactory.BooleanDecoderstatic classValueDecoderFactory.DecimalDecoderstatic classValueDecoderFactory.DecoderBaseThere are some things common to all textual decoders (like white space trimming).static classValueDecoderFactory.DoubleDecoderstatic classValueDecoderFactory.FloatDecoderstatic classValueDecoderFactory.IntDecoderstatic classValueDecoderFactory.IntegerDecoderstatic classValueDecoderFactory.LongDecoderstatic classValueDecoderFactory.QNameDecoder -
Uses of TypedValueDecoder in org.codehaus.stax2.typed
Methods in org.codehaus.stax2.typed with parameters of type TypedValueDecoder Modifier and Type Method Description voidTypedXMLStreamReader. getAttributeAs(int index, TypedValueDecoder tvd)Generic access method that can be used for efficient decoding of additional types not support natively by the typed stream reader.voidTypedXMLStreamReader. getElementAs(TypedValueDecoder tvd)Generic decoding method that can be used for efficient decoding of additional types not support natively by the typed stream reader. -
Uses of TypedValueDecoder in org.codehaus.stax2.util
Methods in org.codehaus.stax2.util with parameters of type TypedValueDecoder Modifier and Type Method Description voidStreamReader2Delegate. getAttributeAs(int index, TypedValueDecoder tvd)voidStreamReader2Delegate. getElementAs(TypedValueDecoder tvd)
-