WebServiceDataIterator Class
An iterator for stepping through data values stored in a linked list of WebServiceDataCacheNodes. The constructor takes 5 arguments:
Constructor
WebServiceDataIterator
(
-
columnIndices!~YUIDOC_LINE~!
-
initialNode!~YUIDOC_LINE~!
-
initialIndex!~YUIDOC_LINE~!
-
finalNode!~YUIDOC_LINE~!
-
finalIndex!~YUIDOC_LINE~!
Parameters:
-
columnIndices!~YUIDOC_LINE~!
ArrayJavaScript array of the indices of the columns of data to return
-
initialNode!~YUIDOC_LINE~!
WebServiceDataCacheNodePointer to the WebServiceDataCacheNode containing the first value to iterate over
-
initialIndex!~YUIDOC_LINE~!
IntegerIndex, within initialNode, of the first value to iterate over
-
finalNode!~YUIDOC_LINE~!
WebServiceDataCacheNodePointer to the WebServiceDataCacheNode containing the last value to iterate over
-
finalIndex!~YUIDOC_LINE~!
IntegerIndex, within finalNode, of the last value to iterate over