mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-20 09:58:24 -04:00
6 lines
285 B
Plaintext
6 lines
285 B
Plaintext
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.
|