1Pod::Elemental::ObjectiUfsieerr(C3o)ntributed Perl DocumPeondt:a:tEiloenmental::Objectifier(3)
2
3
4
6 Pod::Elemental::Objectifier - it turns a Pod::Eventual event stream
7 into objects
8
10 version 0.103005
11
13 An objectifier is responsible for taking the events produced by
14 Pod::Eventual and converting them into objects that perform the
15 Pod::Elemental::Paragraph role.
16
17 In general, it does this by producing a sequence of element objects in
18 the Pod::Elemental::Element::Generic namespace.
19
21 objectify_events
22 my $elements = $objectifier->objectify_events(\@events);
23
24 Given an arrayref of Pod events, this method returns an arrayref of
25 objects formed from the event stream.
26
27 element_class_for_event
28 This method returns the name of the class to be used for the given
29 event.
30
32 Ricardo SIGNES <rjbs@cpan.org>
33
35 This software is copyright (c) 2020 by Ricardo SIGNES.
36
37 This is free software; you can redistribute it and/or modify it under
38 the same terms as the Perl 5 programming language system itself.
39
40
41
42perl v5.34.0 2022-01-21 Pod::Elemental::Objectifier(3)