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

Search results for "module:HTML::DOM::Element::Form"

HTML::DOM::Element::Form - A Perl class for representing 'form' elements in an HTML DOM tree River stage two • 10 direct dependents • 11 total dependents

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::Object::DOM::Element::Form - HTML Object DOM Form Class River stage zero No dependents

This interface represents a <form> element in the DOM. It allows access to—and, in some cases, modification of—aspects of the form, as well as access to its component elements. POD ERRORS Hey! The above document had some coding errors, which are expl...

JDEGUEST/HTML-Object-v0.3.1 - 06 Nov 2023 03:39:02 UTC

HTML::HTML5::DOM - implementation of the HTML5 DOM on top of XML::LibXML River stage zero No dependents

HTML::HTML5::DOM is a layer on top of XML::LibXML which provides a number of additional classes and methods for elements. Because it wraps almost every XML::LibXML method, it is not as fast as using XML::LibXML directly (which is an XS module), but i...

TOBYINK/HTML-HTML5-DOM-0.002 - 01 Jun 2014 21:25:19 UTC

HTML::Query - jQuery-like selection queries for HTML::Element River stage one • 2 direct dependents • 2 total dependents

The "HTML::Query" module is an add-on for the HTML::Tree module set. It provides a simple way to select one or more elements from a tree using a query syntax inspired by jQuery. This selector syntax will be reassuringly familiar to anyone who has eve...

KAMELKEV/HTML-Query-0.09 - 03 Sep 2014 03:06:39 UTC

HTML::DOM - A Perl implementation of the HTML Document Object Model River stage two • 10 direct dependents • 11 total dependents

This module implements the HTML Document Object Model by extending the HTML::Tree modules. The HTML::DOM class serves both as an HTML parser and as the document class. The following DOM modules are currently supported: Feature Version (aka level) ---...

SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC

HTML::TagParser - Yet another HTML document parser with DOM-like methods River stage one • 3 direct dependents • 3 total dependents

HTML::TagParser is a pure Perl module which parses HTML/XHTML files. This module provides some methods like DOM interface. This module is not strict about XHTML format because many of HTML pages are not strict. You know, many pages use <br> elemtents...

KAWASAKI/HTML-TagParser-0.20 - 05 May 2012 14:23:43 UTC

HTML::Widget - HTML Widget And Validation Framework River stage one • 6 direct dependents • 6 total dependents

Create easy to maintain HTML widgets! Everything is optional, use validation only or just generate forms, you can embed and merge them later. The API was designed similar to other popular modules like Data::FormValidator and FormValidator::Simple, HT...

CFRANKS/HTML-Widget-1.11 - 01 Mar 2007 16:19:00 UTC

HTML::Prototype - Generate HTML and Javascript for the Prototype library River stage two • 8 direct dependents • 29 total dependents

The module contains some code generators for Prototype, the famous JavaScript OO library and the script.aculous extensions. The Prototype library (http://prototype.conio.net/) is designed to make AJAX easy. Catalyst::Plugin::Prototype makes it easy t...

ESSKAR/HTML-Prototype-1.48 - 22 Sep 2006 18:19:33 UTC

Quiq::Html::Tag - Generierung von HTML-Tags River stage zero No dependents

Zweck der Klasse Die Klasse generiert HTML-Code. Sie implementiert zwei Methoden - tag() und cat() - mit denen HTML-Code beliebiger Komplexität erzeugt werden kann. Methode new() Ein Objekt der Klasse wird instantiiert durch my $h = Quiq::Html::Tag->...

FSEITZ/Quiq-1.215 - 28 Mar 2024 21:53:27 UTC

HTML::FormFu::Element - Element Base Class River stage two • 13 direct dependents • 25 total dependents

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::Seamstress - HTML::Tree subclass for HTML templating via tree rewriting River stage one • 1 direct dependent • 1 total dependent

TBONE/HTML-Seamstress-6.112830 - 10 Oct 2011 16:08:41 UTC

HTML::Manipulator - Perl extension for manipulating HTML files River stage zero No dependents

This module manipulates of the contents of HTML files. It can query and replace the content or attributes of any HTML tag. The advertised usage pattern is to update static HTML files. ANOTHER TEMPLATE ENGINE ? NO ! HTML::Manipulator is NOT yet anothe...

THILO/HTML-Manipulator-0.07 - 14 Nov 2005 12:35:16 UTC

HTML::TreeBuilder - Parser that builds a HTML syntax tree River stage three • 171 direct dependents • 974 total dependents

(This class is part of the HTML::Tree dist.) This class is for HTML syntax trees that get built out of HTML source. The way to use it is to: 1. start a new (empty) HTML::TreeBuilder object, 2. then use one of the methods from HTML::Parser (presumably...

KENTNL/HTML-Tree-5.07 - 31 Aug 2017 08:53:16 UTC

HTML::ExtractText - extract multiple text strings from HTML content, using CSS selectors River stage one • 1 direct dependent • 1 total dependent

The module allows to extract [multiple] text strings from HTML documents, using CSS selectors to declare what text needs extracting. The module can either return the results as a hashref or automatically call setter methods on a provided object. If y...

ZOFFIX/HTML-ExtractText-1.002004 - 30 Oct 2016 17:06:41 UTC

HTML::EditableTable - Classes for html presentation of tabular data with view and edit modes. River stage zero No dependents

This module was developed to simplify the manipuation of complex tabular data in engineering and business-process web applications. The motivation was a rapid-prototype software development flow where the requirements gathering phase goes something l...

AESPEN/HTML-EditableTable-0.21 - 13 Jul 2010 04:27:14 UTC

HTML::Prototype::Js - prototype library, embedded in perl River stage two • 8 direct dependents • 29 total dependents

This is the actual Prototype library embedded in a perl __DATA__ section, for easy inclusion in HTML::Prototype....

ESSKAR/HTML-Prototype-1.48 - 22 Sep 2006 18:19:33 UTC

HTML::HTML5::Builder - erect some scaffolding for your documents River stage one • 2 direct dependents • 2 total dependents

This module can export function names corresponding to any HTML5 element. Each function returns an XML::LibXML::Element with the same name as the function. The arguments to each function are processed as a list, and used to set the attributes and con...

TOBYINK/HTML-HTML5-Builder-0.004 - 20 Oct 2011 16:29:02 UTC

HTML::DOM::Interface - A list of HTML::DOM's interface members in machine-readable format River stage two • 10 direct dependents • 11 total dependents

The synopsis should tell you almost everything you need to know. But be warned that "$foo & TYPE" is meaningless when "$foo & METHOD" and "$foo & VOID" are both true. For more gory details, look at the source code. In fact, here it is:...

SPROUT/HTML-DOM-0.058 - 03 Feb 2018 06:12:46 UTC

HTML::Object::DOM::Node - HTML Object DOM Node Class River stage zero No dependents

This module implement the properties and methods for HTML DOM nodes. It inherits from HTML::Object::EventTarget and is used by HTML::Object::DOM::Element...

JDEGUEST/HTML-Object-v0.3.1 - 06 Nov 2023 03:39:02 UTC

HTML::ValidationRules::Legacy - Extract Validation Rules from HTML Form Element River stage zero No dependents

This software is considered to be alpha quality and isn't recommended for regular usage. CLASS METHODS extract my $schema = extract($form_in_strig, $charset) my $schema = extract($form_in_mojo_dom) Generates a schema out of form string or Mojo::DOM i...

JAMADAM/Mojolicious-Plugin-FormTamperingProtector-0.03 - 01 Dec 2016 06:42:05 UTC
36 results (0.07 seconds)