The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

POD::Abstract::Path - Search for POD nodes matching a path within a document tree.

SYNOPSIS

 /head1.1/head2     # All head2 elements under the 2nd head1 element
 //item             # All items anywhere
 //item[@label='*'] # All items with '*' labels.
 //head2[hilight]   # All head2 elements containing "hilight" elements

parse_path

Parse a list of lexemes and generate a driver tree for the process method. This is a simple recursive descent parser with one element of lookahead.

AUTHOR

Ben Lilburne <bnej@mac.com>

COPYRIGHT AND LICENSE

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.