Pod::POM::View::HTML(3) User Contributed Perl Documentation NAME Pod::POM::View::HTML - create HTML views of POM objects DESCRIPTION HTML view of a Pod Object Model. METHODS "view($self, $type, $item)" "view_pod($self, $pod)" "view_head1($self, $head1)" "view_head2($self, $head2)" "view_head3($self, $head3)" "view_head4($self, $head4)" "view_over($self, $over)" "view_item($self, $item)" "view_for($self, $for)" "view_begin($self, $begin)" "view_textblock($self, $textblock)" "view_verbatim($self, $verbatim)" "view_meta($self, $meta)" "view_seq_bold($self, $text)" Returns the text of a "B<>" sequence enclosed in a "" element. "view_seq_italic($self, $text)" Returns the text of a "I<>" sequence enclosed in a "" element. "view_seq_code($self, $text)" Returns the text of a "C<>" sequence enclosed in a "" element. "view_seq_file($self, $text)" "view_seq_entity($self, $text)" "view_seq_index($self, $text)" Returns an empty string. Index sequences are suppressed in HTML view. "view_seq_link($self, $text)" AUTHOR Andy Wardley COPYRIGHT AND LICENSE Copyright (C) 2000 Andy Wardley. All Rights Reserved. This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.40.1 2025-03-15 Pod::POM::View::HTML(3)