1HTML::Lint::Parser(3) User Contributed Perl DocumentationHTML::Lint::Parser(3)
2
3
4
6 HTML::Lint::Parser - Parser for HTML::Lint. No user-serviceable parts
7 inside.
8
10 Version 2.32
11
13 See HTML::Lint for all the gory details.
14
16 new( $gripe )
17 Constructor for the main parsing object. The $gripe argument is a
18 coderef to a function that can handle errors from the parser. It is
19 only ever (so far) "HTML::Lint::gripe()".
20
21 $parser->gripe( $errorcode, [ arg1=>val1, ...] )
22 Calls the passed-in gripe function.
23
24 If a given directive has been set to turn off a given message, then the
25 parent gripe never gets called.
26
27
28
29perl v5.30.0 2019-07-26 HTML::Lint::Parser(3)