32 #include <dom/html_element.h>
33 #include <tdelibs_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 TDEHTML_EXPORT HTMLMappedNameCollection :
public HTMLCollection
217 HTMLMappedNameCollection(NodeImpl *base,
int type,
const DOMString &name );