Uses of Class
org.codehaus.stax2.typed.TypedArrayDecoder
Packages that use TypedArrayDecoder
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 TypedArrayDecoder in org.codehaus.stax2.ri
Methods in org.codehaus.stax2.ri with parameters of type TypedArrayDecoderModifier and TypeMethodDescriptionprotected int
Stax2ReaderAdapter._getAttributeAsArray
(TypedArrayDecoder tad, String attrValue) private final boolean
Stax2ReaderAdapter.checkExpand
(TypedArrayDecoder tad) Internal method used to see if we can expand the buffer that the array decoder has.int
Stax2ReaderAdapter.getAttributeAsArray
(int index, TypedArrayDecoder tad) abstract int
Stax2ReaderImpl.getAttributeAsArray
(int index, TypedArrayDecoder tad) Actual implementation needs to implement tokenization.int
Stax2ReaderAdapter.readElementAsArray
(TypedArrayDecoder tad) abstract int
Stax2ReaderImpl.readElementAsArray
(TypedArrayDecoder dec) Actual implementation needs to implement tokenization and state keeping. -
Uses of TypedArrayDecoder in org.codehaus.stax2.ri.dom
Methods in org.codehaus.stax2.ri.dom with parameters of type TypedArrayDecoderModifier and TypeMethodDescriptionprotected int
DOMWrappingReader._getAttributeAsArray
(TypedArrayDecoder tad, String attrValue) private final boolean
DOMWrappingReader.checkExpand
(TypedArrayDecoder tad) Internal method used to see if we can expand the buffer that the array decoder has.int
DOMWrappingReader.getAttributeAsArray
(int index, TypedArrayDecoder tad) int
DOMWrappingReader.readElementAsArray
(TypedArrayDecoder tad) -
Uses of TypedArrayDecoder in org.codehaus.stax2.ri.typed
Subclasses of TypedArrayDecoder in org.codehaus.stax2.ri.typedModifier and TypeClassDescriptionstatic class
Intermediate shared base class for token array decoders.static final class
static final class
static final class
static final class
-
Uses of TypedArrayDecoder in org.codehaus.stax2.typed
Methods in org.codehaus.stax2.typed with parameters of type TypedArrayDecoderModifier and TypeMethodDescriptionint
TypedXMLStreamReader.getAttributeAsArray
(int index, TypedArrayDecoder tad) Method that allows reading contents of an attribute as an array of whitespace-separate tokens, decoded using specified decoder.int
TypedXMLStreamReader.readElementAsArray
(TypedArrayDecoder tad) Read an element content as an array of tokens. -
Uses of TypedArrayDecoder in org.codehaus.stax2.util
Methods in org.codehaus.stax2.util with parameters of type TypedArrayDecoderModifier and TypeMethodDescriptionint
StreamReader2Delegate.getAttributeAsArray
(int index, TypedArrayDecoder tad) int
StreamReader2Delegate.readElementAsArray
(TypedArrayDecoder tad)