Sets the HTML generator to use for this element.
public void setHTMLGenerator( DhHTMLGenerator htmlGen )
htmlGen
The DhHTMLGenerator to assign to this element.
This allows you to override the library's default method of generating HTML syntax to represent an element.
See Also getHTMLGenerator