public class TextHandler
extends java.lang.Object
Constructor and Description |
---|
TextHandler() |
Modifier and Type | Method and Description |
---|---|
void |
addText(java.lang.String text)
Add text but only if it isn't just whitespace.
|
java.lang.String |
getText()
Get the text or null if no text has been set.
|
int |
length()
Get the length of the text.
|
public void addText(java.lang.String text) throws ArooaException
text
- ArooaException
public java.lang.String getText()
public int length()