The SimpleXMLIterator class
SimpleXMLIterator
&reftitle.intro;
The SimpleXMLIterator provides recursive iteration over all nodes of a SimpleXMLElement object.
&reftitle.classsynopsis;
SimpleXMLIterator
extends
SimpleXMLElement
&InheritedMethods;
&reftitle.changelog;
&Version;
&Description;
8.0.0
Iterator methods (SimpleXMLIterator::hasChildren,
SimpleXMLIterator::getChildren,
SimpleXMLIterator::current, SimpleXMLIterator::key,
SimpleXMLIterator::next,SimpleXMLIterator::rewind,
SimpleXMLIterator::valid) were moved to SimpleXMLElement.
8.0.0
SimpleXMLIterator implements
Stringable now.