Plumtree UI Infrastructure API  
 

HTMLPage Class

This object can display an entire page of HTML, consisting of one <html> element, one <head> element and one <body> element.

Use the SetHead() and SetBody() methods to define the contents of this HTML page.

Use the validateHTML() method to determine whether or not the html generated by this object complies to the HTML 4 specification. This method requires that CSE HTML Validator 5.0 be installed on the client computer.

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

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

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

HTMLPage Members | com.plumtree.xpshared.htmlelements Namespace