DhElement.getID

Overview | Methods | This Package | All Packages

DhElement.getID

Retrieves the ID attribute of the HTML element underlying this class.

Syntax

public final String getID()

Return Value

Returns the string used for the ID attribute of the element.

Remarks

This ID is one persisted with the getHTML method.

Calling this method is not typically part of the usage of this package. The package automatically generates an ID for all DhElement objects even if this method isn't called directly.

See Also   setID