Search results for "module:HTML::TokeParser::Simple"
HTML::TokeParser::Simple - Easy to use HTML::TokeParser interface
"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.
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.
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.
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.
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.
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.
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.
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.
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
Test::HTML::Content::NoXPath - HTML::TokeParser fallback for Test::HTML::Content
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.09 - 06 Feb 2013 19:01:17 UTC
HTML::LinkAdd - Add hyperlinks to phrases in HTML documents
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
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::ReplaceForm - easily replace HTML form fields with corresponding values
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
Test::HTML::Content - Perl extension for testing HTML output
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.09 - 06 Feb 2013 19:01:17 UTC
HTML::LinkExtractor - Extract "WHAT'S A LINK-type tag" in links from an HTML document
HTML::LinkExtractor is used for extracting links from HTML. It is very similar to HTML::LinkExtor, except that besides getting the URL, you also get the link-text. Example ( please run the examples ): use HTML::LinkExtractor; use Data::Dumper; my $in...
PODMASTER/HTML-LinkExtractor-0.13 - 07 Jan 2005 00:54:07 UTC