Uiinfrastructure API Docs  
 

HTMLStrong.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

HTMLStrong Class | com.plumtree.xpshared.htmlelements Namespace