Search results for "module:HTML::Element::traverse"
HTML::Element::traverse - discussion of HTML::Element's traverse method
"HTML::Element" provides a method "traverse" that traverses the tree and calls user-specified callbacks for each node, in pre- or post-order. However, use of the method is quite superfluous: if you want to recursively visit every node in the tree, it...
KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC
HTML::Element - Class for objects that represent HTML elements
(This class is part of the HTML::Tree dist.) Objects of the HTML::Element class can be used to represent elements of HTML document trees. These objects have attributes, notably attributes that designates each element's parent and content. The content...
KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC
HTML::ElementSuper - Perl extension for HTML::Element(3)
HTML::ElementSuper is an extension for HTML::Element(3) that provides several new methods to assist in element manipulation. An HTML::ElementSuper has the following additional properties: * report is coordinate position in a tree of its peers * repla...
MSISK/HTML-Element-Extended-1.18 - 10 Jun 2010 16:42:29 UTC
HTML::Object::Element - HTML Element Object
This interface implement a core element for HTML::Object parser. An element can be one or more space, a text, a tag, a comment, or a document, all of the above inherit from this core interface. For a more elaborate interface and a close implementatio...
JDEGUEST/HTML-Object-v0.3.1 - 06 Nov 2023 03:39:02 UTC
HTML::Parser::Simple - Parse nice HTML files without needing a compiler
"HTML::Parser::Simple" is a pure Perl module. It parses HTML V 4 files, and generates a tree of nodes, with 1 node per HTML tag. The data associated with each node is documented in the "FAQ". See also HTML::Parser::Simple::Attributes and HTML::Parser...
RSAVAGE/HTML-Parser-Simple-2.02 - 25 Jan 2015 04:44:31 UTC
HTML::TreeBuilder::Select - Traverse a HTML tree using CSS selectors
RKRIMEN/HTML-TreeBuilder-Select-0.111
-
05 Aug 2007 03:15:36 UTC
HTML::TableContentParser - Do interesting things with the contents of tables.
This package parses tables out of HTML. The return from the parse is a reference to an array containing the tables found. Tables appear in the output in the order in which they are encountered. If a table is nested inside a cell of another table, it ...
WYANT/HTML-TableContentParser-0.305 - 03 Aug 2021 13:40:03 UTC