HTML::Lint::Parser - Parser for HTML::Lint. No user-serviceable parts inside. |
HTML::Lint::Parser - Parser for HTML::Lint. No user-serviceable parts inside.
Version 2.22
See the HTML::Lint manpage for all the gory details.
Constructor for the main parsing object. The $gripe argument
is a coderef to a function that can handle errors from the parser.
It is only ever (so far) HTML::Lint::gripe()
.
Calls the passed-in gripe function.
If a given directive has been set to turn off a given message, then the parent gripe never gets called.
HTML::Lint::Parser - Parser for HTML::Lint. No user-serviceable parts inside. |