Uiinfrastructure API Docs  
 

HTMLElement.AppendBeginningOfOpeningTag Method 

Concrete subclasses must implement this method. This method is responsible for appending the begining of the opening tag, for example: <tagname attribute="blah"

Common attributes will be automatically appended to the begninning of the opening tag.

protected abstract void AppendBeginningOfOpeningTag(
   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