|
NAMEHTML::HTML5::Parser::Error - an error that occurred during parsingDESCRIPTIONThe "error_handler" and "errors" methods of "HTML::HTML5::Parser" generate "HTML::HTML5::Parser::Error" objects."HTML::HTML5::Parser::Error" overloads stringification, so can be printed, matched against regular expressions, etc. Note that HTML::HTML5::Parser is not a validation tool, and there are many classes of error that it does not care about, so will not raise. Constructor
Methods
SEE ALSOHTML::HTML5::Parser.AUTHORToby Inkster, <tobyink@cpan.org>COPYRIGHT AND LICENSECopyright (C) 2011-2012 by Toby InksterThis library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. DISCLAIMER OF WARRANTIESTHIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
Visit the GSP FreeBSD Man Page Interface. |