NAME

HTML::HTML5::DOM::HTMLTableElement - implementation of the HTMLTableElement interface of the HTML DOM

DESCRIPTION

HTML::HTML5::DOM::HTMLTableElement is an implementation of the HTMLTableElement interface of the HTML DOM. See HTML::HTML5::DOM for a list of the conventions that have been used when translating the DOM to Perl.

HTML Elements

This class applies to the following HTML elements.

  • {http://www.w3.org/1999/xhtml}table

Inheritance

HTML::HTML5::DOM::HTMLTableElement inherits methods from the following Perl classes.

Additional Methods

As well as its inherited methods, this class provides the following methods.

  • border

    @@TODO - not implemented yet

  • caption

    returns the <caption> element (if any)

  • createCaption

    returns the <caption> element, creating one if there is none

  • createTBody

    @@TODO - not implemented yet

  • createTFoot

    @@TODO - not implemented yet

  • createTHead

    @@TODO - not implemented yet

  • deleteCaption

    delete the <caption> element (if any), and returns a boolean indicating whether anything was deleted

  • deleteRow

    @@TODO - not implemented yet

  • deleteTFoot

    @@TODO - not implemented yet

  • deleteTHead

    @@TODO - not implemented yet

  • insertRow

    @@TODO - not implemented yet

  • rows

    @@TODO - not implemented yet

  • tBodies

    @@TODO - not implemented yet

  • tFoot

    @@TODO - not implemented yet

  • tHead

    @@TODO - not implemented yet

BUGS

http://rt.cpan.org/Dist/Display.html?Queue=HTML-HTML5-DOM.

SEE ALSO

HTML::HTML5::DOM.

AUTHOR

Toby Inkster <tobyink@cpan.org>.

COPYRIGHT AND LICENCE

This software is copyright (c) 2012, 2014 by Toby Inkster.

This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.

DISCLAIMER OF WARRANTIES

THIS PACKAGE IS PROVIDED "AS IS" AND WITHOUT ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.