Paketname | libxml-xpathengine-perl |
Beschreibung | re-usable XPath engine for DOM-like trees |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 0.12-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 200 Byte |
Hängt ab von | perl, libtest-simple-perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 39340 Byte |
Prüfsumme MD5 | 5f8e9f1bcbb472c73729d3fefcd10969 |
Prüfsumme SHA1 | 038e96341e22af3cf0eeb73ba66849a176c47796 |
Prüfsumme SHA256 | 029c6389cd5bd88300e5c1ff37faaf210459dec5a48c0ead3361f184221abcd9 |
Link zum Herunterladen | libxml-xpathengine-perl_0.12-2_all.deb |
Ausführliche Beschreibung | XML::XPathEngine provides an XPath engine, that can be re-used by other
module/classes that implement trees.
.
In order to use the XPath engine, nodes in the user module need to mimic
DOM nodes. The degree of similarity between the user tree and a DOM dictates
how much of the XPath features can be used. A module implementing all of the
DOM should be able to use this module very easily (you might need to add
the cmp method on nodes in order to get ordered result sets).
.
This module is derived from Matt Sergeant's XML::XPath.
|