Jump to letter:
9ABCDEFGHIJKLMNOPRSTUVWXYZ
perl-XML-LibXML-Iterator - XML-LibXML-Iterator - XML::LibXML's Tree Iteration Class
Website: |
http://www.cpan.org |
License: |
Artistic |
Vendor: |
Christian Glahn <Eltchristian.glahn@uibk.ac.atEgt> |
- Description:
XML::LibXML::Iterator is an iterator class for XML::LibXML parsed
documents. This class allows to iterate the document tree as it were a
linear data structure. It is possible to step back and forth between
the nodes of the tree and do certain operations on that
nodes. Different to XPath the nodes are not prefetched but will be
calculated for each step. Therefore an iterator is sensible towards
the current state of a document tree on each step, while XPath is only
per query executed.
Packages