Positions this reader on the next sibling after the current value, returning the type of that value. Once so positioned the contents of this value can be accessed with the Value() methods. A sequence of next() calls traverses the data at a constant depth, within the same contain
()
| 176 | * the same container. |
| 177 | */ |
| 178 | public IonType next(); |
| 179 | |
| 180 | |
| 181 | /** |
no outgoing calls