Search results for "module:HTML::Element"
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::Element::Convert - Monkeypatch content conversion methods into HTML::Element
RKRIMEN/HTML-Element-Convert-0.10
-
08 Mar 2007 18:23:51 UTC
YAPE::HTML::Element - sub-classes for YAPE::HTML elements
This module provides the classes for the "YAPE::HTML" objects. The base class for these objects is "YAPE::HTML::Element"; the four object classes are "YAPE::HTML::opentag", "YAPE::HTML::closetag", "YAPE::HTML::text", and "YAPE::HTML::comment". Method...
PINYAN/YAPE-HTML-1.11 - 06 Feb 2001 06:23:48 UTC
HTML::Element::Tiny - lightweight DOM-like elements
HTML::Element::Tiny is a simple module for dealing with trees of HTML elements, including traversing them and manipulating the tree structure and individual element attributes, and then for generating HTML. Though it lives under HTML::, there's no re...
HDP/HTML-Element-Tiny-0.006 - 30 Oct 2007 16:22:15 UTC
HTML::DOM::Element - A Perl class for representing elements in an HTML DOM tree
This class represents elements in an HTML::DOM tree. It is the base class for other element classes (see "CLASSES AND DOM INTERFACES" in HTML::DOM.) It implements the Element and HTMLElement DOM interfaces....
SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC
HTML::FormFu::Element - Element Base Class
Elements are the basic building block of all forms. Elements may be logical form-fields, blocks such as "div"s and "fieldset"s, non-blocks such as "hr"s and other special elements such as tables. For simple, automatic handling of fieldsets see the "a...
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC
HTML::Widget::Element - Element Base Class
Element Base Class....
CFRANKS/HTML-Widget-1.11 - 01 Mar 2007 16:19:00 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::Linear::Element - represent elements to populate HTML::Linear
SYP/HTML-Untemplate-0.019
-
23 Jun 2014 08:41:42 UTC
HTML::Element::Library - HTML::Element convenience functions
HTML:::Element::Library provides extra methods for HTML::Element....
MGV/HTML-Element-Library-5.220000 - 25 Jun 2016 21:38:02 UTC
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::FormFu::Element::Hr - horizontal-rule element
Horizontal-rule element....
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC
HTML::FormFu::Element::Src - custom HTML element
Allows you to add markup directly into the form, without surrounding "<div> </div>" tags....
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC
HTML::Object::DOM::Element - HTML Object
This module represents an HTML element and contains also all the methods for DOM nodes <https://developer.mozilla.org/en-US/docs/Web/API/Node>. It is inherited by all other element objects in a document. This module inherits from HTML::Object::Node a...
JDEGUEST/HTML-Object-v0.3.1 - 06 Nov 2023 03:39:02 UTC
HTML::FormFu::Element::URL - HTML5 URL form field
HTML5 URL form field which provides native client-side validation in modern browsers. Creates an input field with "<type="url"">. Also sets the "pattern" attribute to restrict the client-side validation to only our desired schemes (http and/or https)...
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC
HTML::DOM::Element::Form - A Perl class for representing 'form' elements in an HTML DOM tree
This class implements 'form' elements in an HTML::DOM tree. It implements the HTMLFormElement DOM interface and inherits from HTML::DOM::Element (q.v.). A form object can be used as a hash or an array, to access its input fields, so "$form->[0]" and ...
SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC
HTML::FormFu::Element::Date - 3 select menu multi-field
Creates a multi element containing 3 select menus for the day, month and year. A date element named "foo" would result in 3 select menus with the names "foo_day", "foo_month" and "foo_year". The names can instead be overridden by the "name" value in ...
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC
HTML::Widget::Element::Span - Span Element
Span Element....
CFRANKS/HTML-Widget-1.11 - 01 Mar 2007 16:19:00 UTC
HTML::TableContent::Element - attributes, text, data, class, id
Base for HTML::TableContent::Table, HTML::TableContent::Table::Header, HTML::TableContent::Table::Row, HTML::TableContent::Table::Row::Cell and HTML::TableContent::Table::Caption...
LNATION/HTML-TableContent-1.00 - 21 Apr 2020 16:07:38 UTC
HTML::FormFu::Element::Text - Text form field
Text form field....
CFRANKS/HTML-FormFu-2.07 - 14 Dec 2018 16:07:11 UTC