Search results for "dist:HTML-Parser"
HTML::Parser - HTML parser class
Objects of the "HTML::Parser" class will recognize markup and separate it from plain text (alias data content) in HTML documents. As different kinds of markup and text are recognized, the corresponding event handlers are invoked. "HTML::Parser" is no...
OALDERS/HTML-Parser-3.81 - 31 Jan 2023 03:13:18 UTC
HTML::Entities - Encode or decode strings with HTML entities
This module deals with encoding and decoding of strings with HTML character entities. The module provides the following functions: decode_entities( $string, ... ) This routine replaces HTML entities found in the $string with the corresponding Unicode...
OALDERS/HTML-Parser-3.81 - 31 Jan 2023 03:13:18 UTC
HTML::LinkExtor - Extract links from an HTML document
*HTML::LinkExtor* is an HTML parser that extracts links from an HTML document. The *HTML::LinkExtor* is a subclass of *HTML::Parser*. This means that the document should be given to the parser by calling the $p->parse() or $p->parse_file() methods....
OALDERS/HTML-Parser-3.81 - 31 Jan 2023 03:13:18 UTC
HTML::PullParser - Alternative HTML::Parser interface
The HTML::PullParser is an alternative interface to the HTML::Parser class. It basically turns the HTML::Parser inside out. You associate a file (or any IO::Handle object or string) with the parser at construction time and then repeatedly call $parse...
OALDERS/HTML-Parser-3.81 - 31 Jan 2023 03:13:18 UTC
HTML::HeadParser - Parse <HEAD> section of a HTML document
The "HTML::HeadParser" is a specialized (and lightweight) "HTML::Parser" that will only parse the <HEAD>...</HEAD> section of an HTML document. The parse() method will return a FALSE value as soon as some <BODY> element or body text are found, and sh...
OALDERS/HTML-Parser-3.81 - 31 Jan 2023 03:13:18 UTC
HTML::TokeParser - Alternative HTML::Parser interface
The "HTML::TokeParser" is an alternative interface to the "HTML::Parser" class. It is an "HTML::PullParser" subclass with a predeclared set of token types. If you wish the tokens to be reported differently you probably want to use the "HTML::PullPars...
OALDERS/HTML-Parser-3.81 - 31 Jan 2023 03:13:18 UTC
HTML::Filter - Filter HTML text through the parser
"HTML::Filter" is an HTML parser that by default prints the original text of each HTML element (a slow version of cat(1) basically). The callback methods may be overridden to modify the filtering for some HTML elements and you can override output() m...
OALDERS/HTML-Parser-3.81 - 31 Jan 2023 03:13:18 UTC