|
ILIAS
release_10 Revision v10.1-43-ga1241a92c2f
|
Class ilHtmlDomNodeIterator. More...
Inheritance diagram for ilHtmlDomNodeIterator:
Collaboration diagram for ilHtmlDomNodeIterator:Public Member Functions | |
| __construct (DOMNode $el) | |
| key () | |
| next () | |
| current () | |
| valid () | |
| rewind () | |
| hasChildren () | |
| getChildren () | |
Private Attributes | |
| int | $position |
| readonly DOMNodeList | $nodeList |
Class ilHtmlDomNodeIterator.
Definition at line 25 of file class.ilHtmlDomNodeIterator.php.
| ilHtmlDomNodeIterator::__construct | ( | DOMNode | $el | ) |
Definition at line 30 of file class.ilHtmlDomNodeIterator.php.
| ilHtmlDomNodeIterator::current | ( | ) |
Definition at line 54 of file class.ilHtmlDomNodeIterator.php.
Referenced by getChildren(), and hasChildren().
Here is the caller graph for this function:| ilHtmlDomNodeIterator::getChildren | ( | ) |
Definition at line 74 of file class.ilHtmlDomNodeIterator.php.
References current().
Here is the call graph for this function:| ilHtmlDomNodeIterator::hasChildren | ( | ) |
Definition at line 69 of file class.ilHtmlDomNodeIterator.php.
References current().
Here is the call graph for this function:| ilHtmlDomNodeIterator::key | ( | ) |
| ilHtmlDomNodeIterator::next | ( | ) |
Definition at line 49 of file class.ilHtmlDomNodeIterator.php.
| ilHtmlDomNodeIterator::rewind | ( | ) |
Definition at line 64 of file class.ilHtmlDomNodeIterator.php.
| ilHtmlDomNodeIterator::valid | ( | ) |
Definition at line 59 of file class.ilHtmlDomNodeIterator.php.
|
private |
Definition at line 28 of file class.ilHtmlDomNodeIterator.php.
|
private |
Definition at line 27 of file class.ilHtmlDomNodeIterator.php.
Referenced by key().