PHP Dokumentation: Class simplexmliterator
12. Januar 2010 von werner
The SimpleXMLIterator class
Einführung
The SimpleXMLIterator provides recursive iteration over all nodes of a SimpleXMLElement object.
Klassenbeschreibung
SimpleXMLIterator
SimpleXMLIterator extends SimpleXMLElement implements RecursiveIterator , Traversable , Iterator , Countable {
/* Methods */
}
Inhaltsverzeichnis
- SimpleXMLIterator::current ? Returns the current element
- SimpleXMLIterator::getChildren ? Returns the sub-elements of the current element
- SimpleXMLIterator::hasChildren ? Checks whether the current element has sub elements.
- SimpleXMLIterator::key ? Return current key
- SimpleXMLIterator::next ? Move to next element
- SimpleXMLIterator::rewind ? Rewind to the first element
- SimpleXMLIterator::valid ? Check whether the current element is valid