5d1b93def7
XML::LibXML::Iterator is an iterator for XML::LibXML parsed documents. PR: 56714 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
5 lines
241 B
Text
5 lines
241 B
Text
XML::LibXML::Iterator implements the iterator part of the DOM
|
|
Traversal and Range specification. This class allows to iterate
|
|
through a DOM as it is done through an ordinary array.
|
|
|
|
WWW: http://search.cpan.org/perldoc?XML::LibXML::Iterator
|