Class RecursiveHtmlIterator (namespace Nette\Web)


Recursive HTML element iterator. See Html::getIterator().

RecursiveArrayIterator
   |
   --RecursiveHtmlIterator
Author: David Grudl
Copyright: Copyright (c) 2004, 2009 David Grudl
Located: in /Web/Html.php (line 577)
Public Method Summary
RecursiveIterator
The sub-iterator for the current element.
Methods Inherited From RecursiveArrayIterator (Internal Class)
constructor __construct ( $array ), append ( $value ), asort ( ), count ( ), current ( ), getArrayCopy ( ), getChildren ( ), getFlags ( ), hasChildren ( ), key ( ), ksort ( ), natcasesort ( ), natsort ( ), next ( ), offsetExists ( $index ), offsetGet ( $index ), offsetSet ( $index, $newval ), offsetUnset ( $index ), rewind ( ), seek ( $position ), setFlags ( $flags ), uasort ( $cmp_function ), uksort ( $cmp_function ), valid ( )

Method Details

line 584

getChildren

public RecursiveIterator getChildren ()

The sub-iterator for the current element.

Output
RecursiveIterator