NAME

TPath::Selector::Quantified - handles expressions like a? and //foo*

VERSION

version 1.004

DESCRIPTION

Selector that applies a quantifier to an ordinary selector.

ATTRIBUTES

s

The selector to which the quantifier is applied.

quantifier

The quantifier.

top

The largest number of iterations permitted. If 0, there is no limit. Used only by the {x,y} quantifier.

bottom

The smallest number of iterations permitted. Used only by the {x,y} quantifier.

ROLES

TPath::Selector

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.