Methods | This Package | All Packages
Represents a Hypertext Markup Language (HTML) document.
Component
|
+--DhStyleBase
|
+--DhElement
|
+--DhBaseContainer
|
+--DhDocument
package com.ms.wfc.html
public class DhDocument
extends DhBaseContainer
Remarks
Use this class to bind to an existing HTML page and traverse the elements on that page. Alternatively, you can create new elements and add them to the page through this class. Objects in this class cannot be created directly; instead, you must extend this class in your Visual J++ project.