|  | Uiinfrastructure API Docs | |
| HTMLAnchor.InternalWrite Method |
This method contains the bulk of the logic for writting an HTMLElement. For subclasses needing to modify their display behavior, this is the primary method to override.
Parameters
-
bFormat
- Pass a boolean indicating whether or not to format the output.
-
sbLocal
- Pass an XPStringBuilder to which you wish the String appended. Pass null if you do not wish the string appended to an XPStringBuilder.
-
response
- Pass an IXPResponse to which you wish the String written. Pass null if you do not wish the string written to an IXPResponse.
See Also
HTMLAnchor Class | com.plumtree.xpshared.htmlelements Namespace