1Pod::POM::View::HTML(3)User Contributed Perl DocumentatioPnod::POM::View::HTML(3)
2
3
4
6 Pod::POM::View::HTML - create HTML views of POM objects
7
9 HTML view of a Pod Object Model.
10
12 "view($self, $type, $item)"
13 "view_pod($self, $pod)"
14 "view_head1($self, $head1)"
15 "view_head2($self, $head2)"
16 "view_head3($self, $head3)"
17 "view_head4($self, $head4)"
18 "view_over($self, $over)"
19 "view_item($self, $item)"
20 "view_for($self, $for)"
21 "view_begin($self, $begin)"
22 "view_textblock($self, $textblock)"
23 "view_verbatim($self, $verbatim)"
24 "view_meta($self, $meta)"
25 "view_seq_bold($self, $text)"
26 Returns the text of a "B<>" sequence enclosed in a "<b<>" element.
27
28 "view_seq_italic($self, $text)"
29 Returns the text of a "I<>" sequence enclosed in a "<i<>" element.
30
31 "view_seq_code($self, $text)"
32 Returns the text of a "C<>" sequence enclosed in a "<code<>"
33 element.
34
35 "view_seq_file($self, $text)"
36 "view_seq_entity($self, $text)"
37 "view_seq_index($self, $text)"
38 Returns an empty string. Index sequences are suppressed in HTML
39 view.
40
41 "view_seq_link($self, $text)"
42
44 Andy Wardley <abw@kfs.org>
45
47 Copyright (C) 2000 Andy Wardley. All Rights Reserved.
48
49 This module is free software; you can redistribute it and/or modify it
50 under the same terms as Perl itself.
51
52
53
54perl v5.38.0 2023-07-21 Pod::POM::View::HTML(3)