HTML-HTML5-Parser
view release on metacpan or search on metacpan
lib/HTML/HTML5/Parser/TagSoupParser.pm view on Meta::CPAN
}
} # set_inner_html
} # tree construction stage
package HTML::HTML5::Parser::TagSoupParser::RestartParser;
sub new
{
my ($class, %opts) = @_;
bless \%opts => $class;
}
sub throw
{
my ($class, %opts) = @_;
die $class->new(%opts);
}
1;
# $Date: 2009/09/06 23:32:06 $
( run in 0.382 second using v1.01-cache-2.11-cpan-65fba6d93b7 )