Mozilla/mozilla/dom/public/idl/html/HTMLCollection.idl
vidur%netscape.com a0e09b1568 Updated DOM interfaces to match final W3C recommendation. Modified IDL compiler to take IIDs
git-svn-id: svn://10.0.0.236/trunk@13207 18797224-902f-48f8-a5cc-f745e15eee43
1998-10-20 17:07:23 +00:00

9 lines
301 B
Plaintext

interface HTMLCollection {
/* IID: { 0xa6cf9083, 0x15b3, 0x11d2, \
{ 0x93, 0x2e, 0x00, 0x80, 0x5f, 0x8a, 0xdd, 0x32 } } */
readonly attribute unsigned long length;
Node item(in unsigned long index);
Node namedItem(in DOMString name);
};