Raphael Manfredi > CGI-Test > CGI::Test::Page::HTML

Download:
CGI-Test-0.1.3.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  2
Open  0
View Bugs
Report a bug
Source   Latest Release: CGI-Test-0.104

NAME ^

CGI::Test::Page::HTML - A HTML page reply

SYNOPSIS ^

 # Inherits from CGI::Test::Page::Real

DESCRIPTION ^

This class represents an HTTP reply containing text/html data. When testing CGI scripts, this is usually what one gets back.

INTERFACE ^

The interface is the same as the one described in CGI::Test::Page::Real, with the following addition:

tree

Returns the root of the HTML tree of the page content, as an HTML::Element node.

AUTHOR ^

Raphael Manfredi <Raphael_Manfredi@pobox.com>

SEE ALSO ^

CGI::Test::Page::Real(3), HTML::Element(3).