| | Plumtree UI Infrastructure API | |
| HTMLElement.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.
protected virtual void InternalWrite(
bool bFormat,
XPStringBuilder sbLocal,
IXPResponse response
);
Parameters
-
bFormat
- Pass a boolean indicating whether or not to format the output.
-
sbLocal
-
-
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
HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace