BreakIterator.setText

BreakIterator.setText

Class Overview | Class Members | This Package | All Packages

Syntax 1
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().



Syntax 2
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().