1HTML::Lint::Parser(3) User Contributed Perl DocumentationHTML::Lint::Parser(3)
2
3
4

NAME

6       HTML::Lint::Parser - Parser for HTML::Lint.  No user-serviceable parts
7       inside.
8

VERSION

10       Version 2.32
11

SYNOPSIS

13       See HTML::Lint for all the gory details.
14

METHODS

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.1                      2020-01-30             HTML::Lint::Parser(3)
Impressum