| Package | gs.util.iters |
| Class | public class XMLListIterator |
| Method | Defined by | ||
|---|---|---|---|
|
XMLListIterator(xml:XMLList)
Constructor for XMLListIterator instance.
| XMLListIterator | ||
|
dispose():void
Dispose of this iterator.
| XMLListIterator | ||
|
first():*
Get the first item and reset the cursor
| XMLListIterator | ||
|
hasNext():Boolean
Whether or not there's a next item.
| XMLListIterator | ||
|
hasPrev():Boolean
Whether or not there's a previous item.
| XMLListIterator | ||
|
last():*
Get the last item and reset the cursor.
| XMLListIterator | ||
|
next():*
The next xml item.
| XMLListIterator | ||
|
prev():*
The previous xml item.
| XMLListIterator | ||
| XMLListIterator | () | constructor |
public function XMLListIterator(xml:XMLList)Constructor for XMLListIterator instance.
Parametersxml:XMLList — An XMLList.
|
| dispose | () | method |
public function dispose():voidDispose of this iterator.
| first | () | method |
public function first():*Get the first item and reset the cursor
Returns* |
| hasNext | () | method |
public function hasNext():BooleanWhether or not there's a next item.
ReturnsBoolean |
| hasPrev | () | method |
public function hasPrev():BooleanWhether or not there's a previous item.
ReturnsBoolean |
| last | () | method |
public function last():*Get the last item and reset the cursor.
Returns* |
| next | () | method |
public function next():*The next xml item.
Returns* |
| prev | () | method |
public function prev():*The previous xml item.
Returns* |