1Pod::POM::View::Text(3)User Contributed Perl DocumentatioPnod::POM::View::Text(3)
2
3
4

NAME

6       Pod::POM::View::Text
7

DESCRIPTION

9       Text view of a Pod Object Model.
10

METHODS

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 in 'bold' (i.e. surrounded by
27           asterisks, like *this*).
28
29       "view_seq_italic($self, $text)"
30           Returns the text of a "I<>" sequence in 'italics' (i.e. surrounded
31           by underscores, like _this_).
32
33       "view_seq_code($self, $text)"
34       "view_seq_file($self, $text)"
35       "view_seq_entity($self, $text)"
36       "view_seq_index($self, $text)"
37           Returns an empty string.  Index sequences are suppressed in text
38           view.
39
40       "view_seq_link($self, $text)"
41

AUTHOR

43       Andy Wardley <abw@kfs.org>
44
46       Copyright (C) 2000 Andy Wardley.  All Rights Reserved.
47
48       This module is free software; you can redistribute it and/or modify it
49       under the same terms as Perl itself.
50
51
52
53perl v5.16.3                      2010-04-01           Pod::POM::View::Text(3)
Impressum