32 #include <dom/html_element.h>
33 #include <kdelibs_export.h>
37 class HTMLBaseFontElementImpl;
39 class HTMLCollectionImpl;
103 void setSize(
long );
113 void setSize(
const DOMString & ) KDE_DEPRECATED;
153 unsigned long length()
const;
167 Node item (
unsigned long index )
const;
192 HTMLCollectionImpl *handle()
const;
195 Node firstItem()
const;
196 Node nextItem()
const;
201 HTMLCollectionImpl *impl;
208 HTMLFormCollection(NodeImpl *base);
214 class KHTML_EXPORT HTMLMappedNameCollection :
public HTMLCollection
217 HTMLMappedNameCollection(NodeImpl *base,
int type,
const DOMString &name );
The Node interface is the primary datatype for the entire Document Object Model.
An HTMLDocument is the root of the HTML hierarchy and holds the entire content.
The select element allows the selection of an option.
Layer container for Netscape 4.x compatability.
The THEAD , TFOOT , and TBODY elements.
An HTMLCollection is a list of nodes.
This class implements the basic string we use in the DOM.
The create* and delete* methods on the table allow authors to construct and modify tables...
All HTML element interfaces derive from this class.