| Constructor and description |
|---|
ITextExtensions() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
static boolean |
equals(IText self, Object other)Compares this text with another. |
|
static boolean |
isWhitespace(IText self)Returns whether or not this text event is collapsible whitespace. |
Compares this text with another.
true if the text content matches.Returns whether or not this text event is collapsible whitespace.
true if, when trimmed, the text content is empty.