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

NAME

TPath::Selector::Expression - selector that handles the parenthesized portion of a(/foo|/bar) and a(/foo|/bar)+; also all of (//*)[0]

VERSION

version 1.007

DESCRIPTION

A selector that handles grouped steps as in a(/foo|//bar)?/baz. This does not handle the quantification, which is delegated to TPath::Selector::Quantified.

ATTRIBUTES

e

The expression within the group.

ROLES

TPath::Selector::Predicated

AUTHOR

David F. Houghton <dfhoughton@gmail.com>

COPYRIGHT AND LICENSE

This software is copyright (c) 2013 by David F. Houghton.

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