Uiinfrastructure API Docs  
 

HTMLTableCell.ProvidesClosingTag Method 

Indicates whether or not this HTML element provides a closing tag. Some elements only provide opening tags, such as the <br> element.

protected override bool ProvidesClosingTag();

Return Value

boolean true.

See Also

HTMLTableCell Class | com.plumtree.xpshared.htmlelements Namespace