This protected method is used by this class an all subclasses to write the smallest divisible units of HTML. These nuggets of HTML are either appended to an XPStringBuilder, written to the IXPResponse, both, or neither. This method is similar to the WriteNugget method with the String argument, but different in that it does not require the response to convert the String argument to a byte array.
protected virtual void WriteNugget(byte[],XPStringBuilder,IXPResponse);
This protected method is used by this class an all subclasses to write the smallest divisible units of HTML. These nuggets of HTML are either appended to an XPStringBuilder, written to the IXPResponse, both, or neither.
protected virtual void WriteNugget(string,XPStringBuilder,IXPResponse);
HTMLElement Class | com.plumtree.xpshared.htmlelements Namespace