Uses of Class
org.codehaus.stax2.typed.TypedArrayDecoder
-
Packages that use TypedArrayDecoder Package Description com.ctc.wstx.sr This package contains supporting code for handling namespace information; element stacks that keep track of elements parsed and such.com.ctc.wstx.util Contains utility classes that are not directly Woodstox specific, but are for now only used by Woodstox.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 TypedArrayDecoder in com.ctc.wstx.sr
Methods in com.ctc.wstx.sr with parameters of type TypedArrayDecoder Modifier and Type Method Description intAttributeCollector. decodeValues(int index, TypedArrayDecoder tad, InputProblemReporter rep)Method called to decode the attribute value that consists of zero or more space-separated tokens.intTypedStreamReader. getAttributeAsArray(int index, TypedArrayDecoder tad)Method that allows reading contents of an attribute as an array of whitespace-separate tokens, decoded using specified decoder.intTypedStreamReader. readElementAsArray(TypedArrayDecoder dec)Method called to parse array of primitives. -
Uses of TypedArrayDecoder in com.ctc.wstx.util
Methods in com.ctc.wstx.util with parameters of type TypedArrayDecoder Modifier and Type Method Description intTextBuffer. decodeElements(TypedArrayDecoder tad, InputProblemReporter rep)Pass-through decode method called to find find the next token, decode it, and repeat the process as long as there are more tokens and the array decoder accepts more entries. -
Uses of TypedArrayDecoder in org.codehaus.stax2.ri
Methods in org.codehaus.stax2.ri with parameters of type TypedArrayDecoder Modifier and Type Method Description protected intStax2ReaderAdapter. _getAttributeAsArray(TypedArrayDecoder tad, String attrValue)intStax2ReaderAdapter. getAttributeAsArray(int index, TypedArrayDecoder tad)abstract intStax2ReaderImpl. getAttributeAsArray(int index, TypedArrayDecoder tad)Actual implementation needs to implement tokenization.intStax2ReaderAdapter. readElementAsArray(TypedArrayDecoder tad)abstract intStax2ReaderImpl. 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 TypedArrayDecoder Modifier and Type Method Description protected intDOMWrappingReader. _getAttributeAsArray(TypedArrayDecoder tad, String attrValue)intDOMWrappingReader. getAttributeAsArray(int index, TypedArrayDecoder tad)intDOMWrappingReader. readElementAsArray(TypedArrayDecoder tad) -
Uses of TypedArrayDecoder in org.codehaus.stax2.ri.typed
Subclasses of TypedArrayDecoder in org.codehaus.stax2.ri.typed Modifier and Type Class Description static classValueDecoderFactory.BaseArrayDecoderIntermediate shared base class for token array decoders.static classValueDecoderFactory.DoubleArrayDecoderstatic classValueDecoderFactory.FloatArrayDecoderstatic classValueDecoderFactory.IntArrayDecoderstatic classValueDecoderFactory.LongArrayDecoder -
Uses of TypedArrayDecoder in org.codehaus.stax2.typed
Methods in org.codehaus.stax2.typed with parameters of type TypedArrayDecoder Modifier and Type Method Description intTypedXMLStreamReader. getAttributeAsArray(int index, TypedArrayDecoder tad)Method that allows reading contents of an attribute as an array of whitespace-separate tokens, decoded using specified decoder.intTypedXMLStreamReader. 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 Modifier and Type Method Description intStreamReader2Delegate. getAttributeAsArray(int index, TypedArrayDecoder tad)intStreamReader2Delegate. readElementAsArray(TypedArrayDecoder tad)
-