Org.W3c.Dom.INameList: Method Members

The methods of Org.W3c.Dom.INameList are listed below. For a list of all members, see the INameList Members 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.