com.swabunga.spell.event
public class XMLWordFinder extends AbstractWordFinder
Constructor Summary | |
---|---|
XMLWordFinder(String inText)
Creates a new DefaultWordFinder object.
|
Method Summary | |
---|---|
Word | next()
This method scans the text from the end of the last word, and returns a
new Word object corresponding to the next word.
|
Parameters: inText the text to search.
Returns: the next word.
Throws: WordNotFoundException search string contains no more words.