XMLListIterator
| Kind of class: | public class |
|---|---|
| Package: | com.bourre.collection |
| Inherits from: | none |
| Implements: | |
| Author: | Cedric Nehemie |
| Classpath: | com.bourre.collection.XMLListIterator |
| File last modified: | Monday, 24 November 2008, 11:36:49 |
The
to iterate through each entry of an
XMLListIterator class provides a convenient wayto iterate through each entry of an
XMLList instance.Iterations are performed from 0 to length
of the passed-in XMLList instance.
See also:
Summary
Constructor
- XMLListIterator (list:XMLList)
- Creates a new iterator for the passed-in XMLList instance.
Constructor
XMLListIterator
public function XMLListIterator (
list:XMLList)
Creates a new iterator for the passed-in XMLList instance.
Parameters:
list:
XMLList iterator's targetInstance methods
hasNext
public function hasNext (
) : Boolean
Returns:
- #
XMLListIteratorif the iterator has more elements.
Specified by:
next
public function next (
) : *
remove
public function remove (
) : void
Specified by: