Skip to content

Implement interface NodeList #17

@hepheir

Description

@hepheir

https://www.w3.org/TR/REC-DOM-Level-1/level-one-core.html#ID-536297177

Interface NodeList

IDL Definition

More
interface NodeList {
  Node                      item(in unsigned long index);
  readonly attribute  unsigned long        length;
};

Attributes

  • readonly attribute unsigned long length

Methods

  • Node item(in unsigned long index)

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions