Iterator::valid
Checks if current position is valid
&reftitle.description;
public boolIterator::valid
This method is called after Iterator::rewind and
Iterator::next to check if the current position is
valid.
&reftitle.parameters;
&no.function.parameters;
&reftitle.returnvalues;
The return value will be casted to bool and then evaluated.
&return.success;