Uiinfrastructure API Docs  
 

HTMLElement.AppendClosingTag Method 

Concrete subclasses must implement this method. This method is responsible for appending the closing tag.

protected abstract void AppendClosingTag(
   bool bFormat,
   XPStringBuilder sb,
   IXPResponse response
);

Parameters

bFormat
Pass a boolean indicating whether or not to format.
sb
Pass an XPStringBuilder. If this is not null, HTML will be appended to this string builder.
response
Pass an IXPResponse. If this is not null, HTML will be written to this response.

See Also

HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace