|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use TypedValueDecoder | |
|---|---|
| com.ctc.wstx.sr | |
| com.ctc.wstx.util | |
| org.codehaus.stax2.ri | |
| org.codehaus.stax2.ri.dom | |
| org.codehaus.stax2.ri.typed | |
| org.codehaus.stax2.typed | |
| org.codehaus.stax2.util | |
| Uses of TypedValueDecoder in com.ctc.wstx.sr |
|---|
| Methods in com.ctc.wstx.sr with parameters of type TypedValueDecoder | |
|---|---|
void |
AttributeCollector.decodeValue(int index,
TypedValueDecoder tvd)
Method called to decode the whole attribute value as a single typed value. |
void |
TypedStreamReader.getAttributeAs(int index,
TypedValueDecoder tvd)
|
void |
TypedStreamReader.getElementAs(TypedValueDecoder tvd)
|
| Uses of TypedValueDecoder in com.ctc.wstx.util |
|---|
| Methods in com.ctc.wstx.util with parameters of type TypedValueDecoder | |
|---|---|
void |
TextBuffer.decode(TypedValueDecoder tvd)
Generic pass-through method which call given decoder with accumulated data |
| Uses of TypedValueDecoder in org.codehaus.stax2.ri |
|---|
| Methods in org.codehaus.stax2.ri with parameters of type TypedValueDecoder | |
|---|---|
void |
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 TypedValueDecoder | |
|---|---|
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.typed | |
|---|---|
static class |
ValueDecoderFactory.BooleanDecoder
|
static class |
ValueDecoderFactory.DecimalDecoder
|
static class |
ValueDecoderFactory.DecoderBase
There are some things common to all textual decoders (like white space trimming). |
static class |
ValueDecoderFactory.DoubleDecoder
|
static class |
ValueDecoderFactory.FloatDecoder
|
static class |
ValueDecoderFactory.IntDecoder
|
static class |
ValueDecoderFactory.IntegerDecoder
|
static class |
ValueDecoderFactory.LongDecoder
|
static class |
ValueDecoderFactory.QNameDecoder
|
| Uses of TypedValueDecoder in org.codehaus.stax2.typed |
|---|
| Methods in org.codehaus.stax2.typed with parameters of type TypedValueDecoder | |
|---|---|
void |
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 TypedValueDecoder | |
|---|---|
void |
StreamReader2Delegate.getAttributeAs(int index,
TypedValueDecoder tvd)
|
void |
StreamReader2Delegate.getElementAs(TypedValueDecoder tvd)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||