NAME
TPath::Selector::Test - role of selectors that apply some test to a node to select it
VERSION
version 0.011
DESCRIPTION
A TPath::Selector that holds a list of TPath::Predicates.
ATTRIBUTES
predicates
Auto-deref'ed list of TPath::Predicate objects that filter anything selected by this selector.
axis
The axis on which nodes are sought; child
by default.
first_sensitive
Whether this this test may use a different axis depending on whether it is the first step in a path.
node_test
The test that is applied to select candidates on an axis.
METHODS
candidates
Expects a node and an index and returns nodes selected before filtering by predicates.
ROLES
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.