Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

html::widget::element::nullcontainer(3pm) [debian man page]

HTML::Widget::Element::NullContainer(3pm)		User Contributed Perl Documentation		 HTML::Widget::Element::NullContainer(3pm)

NAME
HTML::Widget::Element::NullContainer - Null Container Element SYNOPSIS
my $e = $widget->element( 'NullContainer'); $e->element('Textfield', 'bar'); DESCRIPTION
NullContainer Level Element. Base class for HTML::Widget::Element::Block May also be useful for canned subwidgets. See HTML::Widget::Element::Block for documentation of most methods. METHODS
new Sets "allow_filter" in HTML::Widget::Element to false, so that filters added by "$widget->filter_all" won't be applied to Span elements. Sets "allow_constraint" in HTML::Widget::Element to false, so that constraints added by "$widget->constraint_all" won't be applied to Span elements. elem element Arguments: $type, $name, \%attributes Return Value: $element See "element" in HTML::Widget for details. push_content unshift_content containerize id get_elements get_element find_elements prepare See "prepare" in HTML::Widget::Element init See "init" in HTML::Widget::Element process See "process" in HTML::Widget::Element SEE ALSO
HTML::Widget::Element AUTHOR
Michael Gray, "mjg@cpan.org" LICENSE
This library is free software, you can redistribute it and/or modify it under the same terms as Perl itself. perl v5.10.1 2007-03-01 HTML::Widget::Element::NullContainer(3pm)

Check Out this Related Man Page

XML::Element(3pm)					User Contributed Perl Documentation					 XML::Element(3pm)

NAME
XML::Element - XML elements with the same interface as HTML::Element SYNOPSIS
[See HTML::Element] METHODS AND ATTRIBUTES
delete_ignorable_whitespace TODO: test and document this: with no tagname set, assumes ALL all-whitespace nodes are ignorable! endtag Redirects to HTML::Element::endtag_XML starttag Redirects to HTML::Element::starttag_XML DESCRIPTION
This is just a subclass of HTML::Element. It works basically the same as HTML::Element, except that tagnames and attribute names aren't forced to lowercase, as they are in HTML::Element. HTML::Element describes everything you can do with this class. CAVEATS
Has currently no handling of namespaces. SEE ALSO
XML::TreeBuilder for a class that actually builds XML::Element structures. HTML::Element for all documentation. XML::DOM and XML::Twig for other XML document tree interfaces. XML::Generator for more fun. COPYRIGHT AND DISCLAIMERS
Copyright (c) 2000,2004 Sean M. Burke. All rights reserved. This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself. This program is distributed in the hope that it will be useful, but without any warranty; without even the implied warranty of merchantability or fitness for a particular purpose. AUTHOR
Sean M. Burke, <sburke@cpan.org> perl v5.10.1 2011-03-05 XML::Element(3pm)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

process Span by shell

is it possible to find which commnands make shell to Span a child process? if so what is the determining criteria?? thanks (4 Replies)
Discussion started by: compbug
4 Replies

2. UNIX for Advanced & Expert Users

Array Element

This question is for someone that's more familiar with Array Element. I need to know if the maximum array element that can be assigned is 1024 and if its so, Is there a workaround solution when the counter exceeded 1024? param_array="$param_nam" counter=$counter+1 #to avoid space... (3 Replies)
Discussion started by: cumeh1624
3 Replies