Methods | Fields | This Package | All Packages
Represents a collection of elements in the HTML document.
package com.ms.wfc.html
public class DhEnumeration
implements IEnumerator
Remarks
You can either create a DhEnumeration object class directly (using new) or call DhDocument.enumerate to get the collection.
Many HTML tags do not map one-to-one to Java classes in this package. When enumerating through the return of next, always check the result by calling instanceof.