Uiinfrastructure API Docs  
 

HTMLTableHeader.AppendBeginningOfOpeningTag Method 

This method generates the beginning of the opening tag. The abstract HTMLElement superclass will provide the remainder of the opening tag, repleate with attributes common to all html elements, such as name, and id, and class.

protected override void AppendBeginningOfOpeningTag(
   bool bFormat,
   XPStringBuilder sb,
   IXPResponse response
);

Parameters

bFormat
boolean indicating whether or not to format.
sb
XPStringBuilder
response
IXPResponse

See Also

HTMLTableHeader Class | com.plumtree.xpshared.htmlelements Namespace