NAME
Data::TreeValidator::Result::Repeating - Returns the result of processing a repeating branch
DESCRIPTION
Contains the result of calling process on a Data::TreeValidator::RepeatableBranch
METHODS
results
Returns an array of all result objects (one for each time the branch was repeated).
result_count
The amount of results processed
valid
Returns true if all result objects are valid
clean
Returns an array reference of all results, after calling clean
on them.
AUTHOR
Oliver Charles
COPYRIGHT AND LICENSE
This software is copyright (c) 2012 by Oliver Charles <oliver.g.charles@googlemail.com>.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.