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.76 - 04 Mar 2021 18:06:59 UTC"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 UTCThis 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 UTCThis 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 UTCThis class represents "text" tokens. See the "HTML::TokeParser::Simple" documentation for details....
OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTCThis 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 UTCThis is the declaration class for tokens....
OVID/HTML-TokeParser-Simple-3.16 - 26 Jun 2013 06:55:44 UTCProcess 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 UTCThis 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 UTCThis 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 UTCJTAVERNI/HTML-Content-Extractor-0.01 - 22 Aug 2005 03:38:43 UTC
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.76 - 04 Mar 2021 18:06:59 UTCA 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 UTCASHLEY/HTML-Truncate-0.20 - 14 Jul 2009 00:30:12 UTC
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 UTCThis 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.09 - 06 Feb 2013 19:01:17 UTCThe 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.76 - 04 Mar 2021 18:06:59 UTCThis 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 UTCFrom 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 UTCThis 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.09 - 06 Feb 2013 19:01:17 UTC