SimpleXMLIterator methods

[email protected] (Philip Fletcher) Mon, 08 Mar 2004 09:01:02 +0000
Newsgroups php.xml.dev
Organization Stutchbury
Message-ID <[email protected]>
If simplexml_element implements SimpleXmlIterator which implements
RecursiveIterator which implements Iterator, should I not be able to access
the rewind(), current(), key(), next() and hasMore() methods on a given
simplexml_element?

Regards

Philip