The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:HTML::TokeParser"

HTML::TokeParser - Alternative HTML::Parser interface River stage four • 548 direct dependents • 3510 total dependents

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.82 - 13 Mar 2024 20:11:51 UTC

HTML::TokeParser::Simple - Easy to use HTML::TokeParser interface River stage two • 30 direct dependents • 93 total dependents

"HTML::TokeParser" is an excellent module that's often used for parsing HTML. However, the tokens returned are not exactly intuitive to parse: ["S", $tag, $attr, $attrseq, $text] ["E", $tag, $text] ["T", $text, $is_data] ["C", $text] ["D", $text] ["P...

OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTC

HTML::TokeParser::Simple::Token - Base class for HTML::TokeParser::Simple tokens. River stage two • 30 direct dependents • 93 total dependents

This is the base class for all returned tokens. It should never be instantiated directly. In fact, it will "croak()" if it is....

OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTC

HTML::TokeParser::Simple::Token::Tag - Token.pm tag class. River stage two • 30 direct dependents • 93 total dependents

This is the base class for start and end tokens. It should not be instantiated. See "HTML::TokeParser::Simple::Token::Tag::Start" and "HTML::TokeParser::Simple::Token::Tag::End" for details....

OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTC

HTML::TokeParser::Simple::Token::Text - Token.pm text class. River stage two • 30 direct dependents • 93 total dependents

This class represents "text" tokens. See the "HTML::TokeParser::Simple" documentation for details....

OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTC

HTML::TokeParser::Simple::Token::Comment - Token.pm comment class. River stage two • 30 direct dependents • 93 total dependents

This is the class for comment tokens. See HTML::Parser for detailed information about comments....

OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTC

HTML::TokeParser::Simple::Token::Declaration - Token.pm declaration class. River stage two • 30 direct dependents • 93 total dependents

This is the declaration class for tokens....

OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTC

HTML::TokeParser::Simple::Token::ProcessInstruction - Token.pm process instruction class. River stage two • 30 direct dependents • 93 total dependents

Process Instructions are from XML. This is very handy if you need to parse out PHP and similar things with a parser. Currently, there appear to be some problems with process instructions. You can override this class if you need finer grained handling...

OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTC

HTML::TokeParser::Simple::Token::Tag::End - Token.pm "end tag" class. River stage two • 30 direct dependents • 93 total dependents

This class does most of the heavy lifting for "HTML::TokeParser::Simple". See the "HTML::TokeParser::Simple" docs for details....

OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTC

HTML::TokeParser::Simple::Token::Tag::Start - Token.pm "start tag" class. River stage two • 30 direct dependents • 93 total dependents

This class does most of the heavy lifting for "HTML::TokeParser::Simple". See the "HTML::TokeParser::Simple" docs for details....

OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTC

lib/HTML/Content/TokeParserTokenizer.pm River stage zero No dependents

JTAVERNI/HTML-Content-Extractor-0.01 - 22 Aug 2005 03:38:43 UTC

HTML::LinkAdd - Add hyperlinks to phrases in HTML documents River stage zero No dependents

A simple object that accepts a class reference, a path to a file, and a hash of text-phrase/link-URLs, and supplies a method to obtain the HTML with supplied hyperlinks interpolated. If the values of the supplied has are anonymous lists, the first va...

LGODDARD/HTML-LinkAdd-0.13 - 04 Jan 2011 11:13:38 UTC

HTML::Parser - HTML parser class River stage four • 548 direct dependents • 3510 total dependents

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.82 - 13 Mar 2024 20:11:51 UTC

HTML::Truncate - (beta software) truncate HTML by percentage or character count while preserving well-formedness. River stage one • 1 direct dependent • 1 total dependent

ASHLEY/HTML-Truncate-0.20 - 14 Jul 2009 00:30:12 UTC

Test::HTML::Content::NoXPath - HTML::TokeParser fallback for Test::HTML::Content River stage one • 1 direct dependent • 1 total dependent

This is the module that gets loaded when Test::HTML::Content can't find its prerequisites : XML::XPath HTML::Tidy EXPORT Nothing. It stomps over the Test::HTML::Content namespace....

CORION/Test-HTML-Content-0.12 - 23 Jul 2023 07:48:38 UTC

HTML::TagReader - Perl extension module for reading html/sgml/xml files by tags. River stage zero No dependents

The module implements a fast and small object oriented way of processing any kind of html/sgml/xml files by tag. The getbytoken(0) is similar to while(<>) but instead of reading lines it reads tags or tags and text. HTML::TagReader makes it easy to k...

GUS/HTML-TagReader-1.13 - 20 Nov 2020 00:28:49 UTC

HTML::PullParser - Alternative HTML::Parser interface River stage four • 548 direct dependents • 3510 total dependents

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.82 - 13 Mar 2024 20:11:51 UTC

HTML::ReplaceForm - easily replace HTML form fields with corresponding values River stage zero No dependents

This is useful for creating an HTML email message from a web form, while sharing a single template that is used for both purposes. Keep the form in an include file that is used both on the web and in an email template. The real, regular HTML in the f...

MARKSTOS/HTML-ReplaceForm-0.52 - 17 Jul 2007 13:55:10 UTC

HTML::SummaryBasic - Basic summary info from HTML. River stage zero No dependents

From a file or string of HTML, creates a hash of useful summary information from "meta" and "body" elements of an HTML document....

LGODDARD/HTML-SummaryBasic-0.2.1 - 31 Mar 2011 06:23:32 UTC

Test::HTML::Content - Perl extension for testing HTML output River stage one • 1 direct dependent • 1 total dependent

This is a module to test the HTML output of your programs in simple test scripts. It can test a scalar (presumably containing HTML) for the presence (or absence, or a specific number) of tags having (or lacking) specific attributes. Unspecified attri...

CORION/Test-HTML-Content-0.12 - 23 Jul 2023 07:48:38 UTC
29 results (0.031 seconds)