0 out of 1 rated this helpful - Rate this topic

NodeList Prototype

Defines the properties and methods inherited by objects in the NodeList prototype chain.

Syntax

HTML N/A
Scripting NodeList.prototype

Members Table

The following table lists the members exposed by the NodeList Constructor object.

Attributes/Properties

Property Description
length Gets the number of characters in a TextNode object.

Methods

Method Description
item Retrieves an object from a childNodes or StaticNodeList collection.

Remarks

For more information on this and other DOM Prototypes see Document Object Model Prototypes, Part 1: Introduction.

This prototype does not derive from any objects.

Applies To

attribute

See Also

Community Additions

© 2013 Microsoft. All rights reserved.