The DOMStringList interface provides the abstraction of an ordered collection of DOMString values, without defining or constraining how this collection is implemented. The items in the DOMStringList are accessible via an integral index, starting from 0.
Members Table
The following table lists the members exposed by the AMLStringList object.
Show:
Properties
Methods
Attribute
Readonly
Description
Property
Type
Readonly
Description
length
Number
true
The number of DOMString values in the list. The range of valid child node indices is 0 to length-1 inclusive.