summaryrefslogtreecommitdiff
path: root/devel/p5-Class-XPath/DESCR
blob: 7455e3fb7365d0f0a80a837af01cfa846c3277e0 (plain)
1
2
3
4
5
Class::XPath is a Perl module which adds XPath-style matching to
your object trees. This means that you can find nodes using an
XPath-esque query with match() from anywhere in the tree. Also,
the xpath() method returns a unique path to a given node which can
be used as an identifier.