|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TypedArrayDecoder | |
---|---|
org.codehaus.stax2.ri | |
org.codehaus.stax2.ri.dom | |
org.codehaus.stax2.ri.typed | |
org.codehaus.stax2.typed | |
org.codehaus.stax2.util |
Uses of TypedArrayDecoder in org.codehaus.stax2.ri |
---|
Methods in org.codehaus.stax2.ri with parameters of type TypedArrayDecoder | |
---|---|
protected int |
Stax2ReaderAdapter._getAttributeAsArray(TypedArrayDecoder tad,
String attrValue)
|
abstract int |
Stax2ReaderImpl.getAttributeAsArray(int index,
TypedArrayDecoder tad)
Actual implementation needs to implement tokenization. |
int |
Stax2ReaderAdapter.getAttributeAsArray(int index,
TypedArrayDecoder tad)
|
abstract int |
Stax2ReaderImpl.readElementAsArray(TypedArrayDecoder dec)
Actual implementation needs to implement tokenization and state keeping. |
int |
Stax2ReaderAdapter.readElementAsArray(TypedArrayDecoder tad)
|
Uses of TypedArrayDecoder in org.codehaus.stax2.ri.dom |
---|
Methods in org.codehaus.stax2.ri.dom with parameters of type TypedArrayDecoder | |
---|---|
protected int |
DOMWrappingReader._getAttributeAsArray(TypedArrayDecoder tad,
String attrValue)
|
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.typed | |
---|---|
static class |
ValueDecoderFactory.BaseArrayDecoder
Intermediate shared base class for token array decoders. |
static class |
ValueDecoderFactory.DoubleArrayDecoder
|
static class |
ValueDecoderFactory.FloatArrayDecoder
|
static class |
ValueDecoderFactory.IntArrayDecoder
|
static class |
ValueDecoderFactory.LongArrayDecoder
|
Uses of TypedArrayDecoder in org.codehaus.stax2.typed |
---|
Methods in org.codehaus.stax2.typed with parameters of type TypedArrayDecoder | |
---|---|
int |
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 TypedArrayDecoder | |
---|---|
int |
StreamReader2Delegate.getAttributeAsArray(int index,
TypedArrayDecoder tad)
|
int |
StreamReader2Delegate.readElementAsArray(TypedArrayDecoder tad)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |