Org.W3c.Dom.IDOMStringList Members

The members of Org.W3c.Dom.IDOMStringList are listed below.

Public Properties

[read-only]
Lengthint. The number of DOMStrings in the list.

Public Methods

Contains(string) : bool
Test if a string is part of this DOMStringList.
Item(int) : string
Returns the indexth item in the collection.