class SimpleXMLElementIterator implements Iterator<SimpleXMLElement> {...}
->__construct(): void
->current(): SimpleXMLElement
->key(): ?string
->next(): void
->rewind(): void
->valid(): bool