org.freecompany.util.text

Class TokenizerState

public class TokenizerState extends State

Field Summary
protected booleantrim
Method Summary
voidtrim(boolean trim)
Sets this tokenizers handling of whitespace.
booleantrim()

Field Detail

trim

protected boolean trim

Method Detail

trim

public void trim(boolean trim)
Sets this tokenizers handling of whitespace. If true, whitespace is searched for and removed from returned tokens. If false tokens are returned as is.

trim

public boolean trim()