Uses of Class
org.codehaus.stax2.typed.TypedValueDecoder
Packages that use TypedValueDecoder
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.
-
Uses of TypedValueDecoder in org.codehaus.stax2.ri
Methods in org.codehaus.stax2.ri with parameters of type TypedValueDecoderModifier and TypeMethodDescriptionvoid
Stax2ReaderAdapter.getAttributeAs
(int index, TypedValueDecoder tvd) void
Stax2ReaderImpl.getAttributeAs
(int index, TypedValueDecoder tvd) void
Stax2ReaderAdapter.getElementAs
(TypedValueDecoder tvd) void
Stax2ReaderImpl.getElementAs
(TypedValueDecoder tvd) -
Uses of TypedValueDecoder in org.codehaus.stax2.ri.dom
Methods in org.codehaus.stax2.ri.dom with parameters of type TypedValueDecoderModifier and TypeMethodDescriptionfinal void
DOMWrappingReader.getAttributeAs
(int index, TypedValueDecoder tvd) void
DOMWrappingReader.getElementAs
(TypedValueDecoder tvd) -
Uses of TypedValueDecoder in org.codehaus.stax2.ri.typed
Subclasses of TypedValueDecoder in org.codehaus.stax2.ri.typedModifier and TypeClassDescriptionstatic final class
static final class
static class
There are some things common to all textual decoders (like white space trimming).static final class
static final class
static final class
static final class
static final class
static final class
-
Uses of TypedValueDecoder in org.codehaus.stax2.typed
Methods in org.codehaus.stax2.typed with parameters of type TypedValueDecoderModifier and TypeMethodDescriptionvoid
TypedXMLStreamReader.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.void
TypedXMLStreamReader.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 TypedValueDecoderModifier and TypeMethodDescriptionvoid
StreamReader2Delegate.getAttributeAs
(int index, TypedValueDecoder tvd) void
StreamReader2Delegate.getElementAs
(TypedValueDecoder tvd)