BreakIterator.setText
Class Overview | Class Members |
This Package |
All Packages
public void setText( String newText )
Parameters
- newText
- new text to scan.
Description
Set a new text string to be scanned. The current scan
position is reset to first().
public abstract void setText( CharacterIterator newText )
Parameters
- newText
- new text to scan.
Description
Set a new text for scanning. The current scan
position is reset to first().