Searches for an element in the document.
public DhElement findElement( String id )
id
The HTML ID attribute of the element to search for. For example, to find an element marked as ID="Caption1", the id parameter would be set to "Caption1".
Returns the DhElement representing the element in the document. This element can then be cast to the actual element type (for example, DhText).
This method can be used to find any element in the document by the HTML ID attribute.