1HTML::TokeParser::SimplUes:e:rToCkoennt:r:iTbauHgtT:eM:dLE:nP:deT(ro3lk)eDPoacrusmeern:t:aStiimopnle::Token::Tag::End(3)
2
3
4
6 HTML::TokeParser::Simple::Token::Tag::End - Token.pm "end tag" class.
7
9 use HTML::TokeParser::Simple;
10 my $p = HTML::TokeParser::Simple->new( $somefile );
11
12 while ( my $token = $p->get_token ) {
13 # This prints all text in an HTML doc (i.e., it strips the HTML)
14 next unless $token->is_text;
15 print $token->as_is;
16 }
17
19 This class does most of the heavy lifting for
20 "HTML::TokeParser::Simple". See the "HTML::TokeParser::Simple" docs
21 for details.
22
24 · as_is
25
26 · get_tag
27
28 · is_end_tag
29
30 · is_tag
31
32 · return_text
33
34 · rewrite_tag
35
36
37
38perl v5.12.0 2H0T1M0L-:0:5T-o0k2eParser::Simple::Token::Tag::End(3)