The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

IWL::Parser - an HTML parser

INHERITANCE

HTML::Parser -> IWL::Parser

DESCRIPTION

The IWL::Parser reads an html file, and creates an IWL structure of objects from it.

CONSTRUCTOR

IWL::Parser->new

METHODS

createObjectFromFile (FILE)

Creates an IWL Object from the given HTML file.

Parameters: FILE - the HTML file to be parsed

Returns the parsed IWL::Object(3pm)s in list context, or the first one in scalar context

createObject (TEXT)

Creates an IWL Object from the given HTML text.

Parameters: TEXT - the HTML text to be parsed

Returns the parsed IWL::Object(3pm)s in list context, or the first one in scalar context

LICENCE AND COPYRIGHT

Copyright (c) 2006-2007 Viktor Kojouharov. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. See perldoc perlartistic.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

1 POD Error

The following errors were encountered while parsing the POD:

Around line 166:

You forgot a '=back' before '=head1'