|
ILIAS
release_5-4 Revision v5.4.26-12-gabc799a52e6
|
Class ilHtmlDomNodeIterator. More...
Inheritance diagram for ilHtmlDomNodeIterator:
Collaboration diagram for ilHtmlDomNodeIterator:Public Member Functions | |
| __construct (\DOMNode $el) | |
| ilHtmlDomNodeIterator constructor. More... | |
| key () | |
| next () | |
| current () | |
| valid () | |
| rewind () | |
| hasChildren () | |
| getChildren () | |
Protected Attributes | |
| $position = 0 | |
| $nodeList | |
Class ilHtmlDomNodeIterator.
Definition at line 8 of file class.ilHtmlDomNodeIterator.php.
| ilHtmlDomNodeIterator::__construct | ( | \DOMNode | $el | ) |
ilHtmlDomNodeIterator constructor.
| \DOMNode | $el |
Definition at line 20 of file class.ilHtmlDomNodeIterator.php.
References $root.
| ilHtmlDomNodeIterator::current | ( | ) |
Definition at line 56 of file class.ilHtmlDomNodeIterator.php.
Referenced by getChildren(), and hasChildren().
Here is the caller graph for this function:| ilHtmlDomNodeIterator::getChildren | ( | ) |
Definition at line 88 of file class.ilHtmlDomNodeIterator.php.
References current().
Here is the call graph for this function:| ilHtmlDomNodeIterator::hasChildren | ( | ) |
Definition at line 80 of file class.ilHtmlDomNodeIterator.php.
References current().
Here is the call graph for this function:| ilHtmlDomNodeIterator::key | ( | ) |
| ilHtmlDomNodeIterator::next | ( | ) |
Definition at line 47 of file class.ilHtmlDomNodeIterator.php.
| ilHtmlDomNodeIterator::rewind | ( | ) |
Definition at line 72 of file class.ilHtmlDomNodeIterator.php.
| ilHtmlDomNodeIterator::valid | ( | ) |
Definition at line 64 of file class.ilHtmlDomNodeIterator.php.
|
protected |
Definition at line 14 of file class.ilHtmlDomNodeIterator.php.
|
protected |
Definition at line 11 of file class.ilHtmlDomNodeIterator.php.
Referenced by key().