| Markdent documentation | view source | Contained in the Markdent distribution. |
Markdent::CapturedEvents - Represents a series of captured events
version 0.17
This represents a series of captured parser events, and can be used to replay them with a handle.
This class provides the following methods:
Creates a new Markdent::CapturedEvents object.
Returns the captured events as an array.
Captures one or more events.
Given an object which does the Markdent::Role::Handler role, this method will replay all the captured events to that handler.
See Markdent for bug reporting details.
Dave Rolsky <autarch@urth.org>
This software is copyright (c) 2010 by Dave Rolsky.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.
| Markdent documentation | view source | Contained in the Markdent distribution. |