
Data::DPath::Context - Abstraction for a current context that enables incremental searches.

Constructor; creates instance.
Args:
Default 0. If set to true value then results are references to the matched points in the data structure.
Returns all values covered by current context.
If give_references is set to true value then results are references to the matched points in the data structure.
Return new context with path relative to current context.
Same as search($path)->all();

Evaluates the filter condition in brackets. It differenciates between simple integers, which are taken as array index, and all other conditions, which are taken as evaled perl expression in a grep like expression onto the set of points found by current step.
Attribute / accessor.
Attribute / accessor.

Steffen Schwigon,
<schwigon at cpan.org>

Copyright 2008,2009 Steffen Schwigon.
This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.