Example 2: Traversing with Iterators
Retrieve all of the <Polygons> in the sample Lake Eola Transmittal
We could do this by iteratively retrieving components from the <Transmittal Root> on down.
- This would be VERY tedious and inefficient.
This example will introduce:
- Iterators
- How to create and use Iterators
- How to define search rules, and create search filters to pass to our Iterator