Markdent::CapturedEvents - Represents a series of captured events


Markdent documentation  | view source Contained in the Markdent distribution.

Index


NAME

Top

Markdent::CapturedEvents - Represents a series of captured events

VERSION

Top

version 0.17

DESCRIPTION

Top

This represents a series of captured parser events, and can be used to replay them with a handle.

METHODS

Top

This class provides the following methods:

Markdent::CapturedEvents->new( events => \@events );

Creates a new Markdent::CapturedEvents object.

$captured->events()

Returns the captured events as an array.

$captured->capture_events(@events)

Captures one or more events.

$captured->replay_events($handler)

Given an object which does the Markdent::Role::Handler role, this method will replay all the captured events to that handler.

BUGS

Top

See Markdent for bug reporting details.

AUTHOR

Top

Dave Rolsky <autarch@urth.org>

COPYRIGHT AND LICENSE

Top


Markdent documentation  | view source Contained in the Markdent distribution.