Uiinfrastructure API Docs  
 

HTMLElementCollection Class

This class can be used to represent HTML elements for which no specific class exists.

It is far better thing to use a class specific to the element you wish to render, than to use this class.

For a list of all members of this type, see HTMLElementCollection Members.

System.Object
   com.plumtree.xpshared.htmlelements.HTMLElement
      com.plumtree.xpshared.htmlelements.HTMLElementCollection

public class HTMLElementCollection : HTMLElement

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: com.plumtree.xpshared.htmlelements

Assembly: uiinfrastructure (in uiinfrastructure.dll)

See Also

HTMLElementCollection Members | com.plumtree.xpshared.htmlelements Namespace