Plumtree UI Infrastructure API  
 

HTMLGenericElement 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 HTMLGenericElement Members.

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

public class HTMLGenericElement : 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

HTMLGenericElement Members | com.plumtree.xpshared.htmlelements Namespace