Uiinfrastructure API Docs  
 

HTMLElement.ProvidesClosingTag Method 

Implement this method to indicate whether a concrete subclass of HTMLElement provides a closing tag. Elements such as BR do not provide closing tags, they are self-closing.

protected abstract bool ProvidesClosingTag();

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace