Org.W3c.Dom.INameList Members

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

Public Properties

[read-only]
Lengthint. The number of pairs (name and namespaceURI) in the list.

Public Methods

Contains(string) : bool
Test if a name is part of this NameList.
ContainsNS(string, string) : bool
Test if the pair namespaceURI/name is part of this NameList.
GetName(int) : string
Returns the indexth name item in the collection.
GetNamespaceURI(int) : string
Returns the indexth namespaceURI item in the collection.