| SafeHtmlBuilder | SafeHtmlBuilder. append(boolean value) | Appends a boolean to the builder. | 
| SafeHtmlBuilder | SafeHtmlBuilder. append(byte value) | Appends a byte to the builder. | 
| SafeHtmlBuilder | SafeHtmlBuilder. append(char value) | Appends a char to the builder. | 
| SafeHtmlBuilder | SafeHtmlBuilder. append(double value) | Appends a double to the builder. | 
| SafeHtmlBuilder | SafeHtmlBuilder. append(int value) | Appends a integer to the builder. | 
| SafeHtmlBuilder | SafeHtmlBuilder. append(SafeHtml value) | Appends the contents of another safe html object. | 
| SafeHtmlBuilder | SafeHtmlBuilder. appendEscaped(String value) | Appends a string to the builder. | 
| SafeHtmlBuilder | SafeHtmlBuilder. appendEscapedLines(String value) | Appends a string to the builder, splitting the string if contains line separators. | 
| SafeHtmlBuilder | SafeHtmlBuilder. appendHtmlConstant(String value) | Appends a string without any escaping. | 
| static SafeHtmlBuilder | SafeHtmlBuilder. create() | Creates and returns a safe html builder to consume. |