com.dotmarketing.util
Class DotSpellChecker.DotWordFinder

java.lang.Object
  extended by AbstractWordFinder
      extended by com.dotmarketing.util.DotSpellChecker.DotWordFinder
Enclosing class:
DotSpellChecker

public class DotSpellChecker.DotWordFinder
extends AbstractWordFinder

Class internally used to match the words to spell check

Author:
david

Constructor Summary
DotSpellChecker.DotWordFinder(java.lang.String inText)
          Constructor
 
Method Summary
 com.swabunga.spell.event.Word next()
          This method looks for the next word to be checked, in the process of looking for the next word this method ignores all the HTML and velocity reserved words and tags, those ones are not going to be spell checked.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DotSpellChecker.DotWordFinder

public DotSpellChecker.DotWordFinder(java.lang.String inText)
Constructor

Parameters:
inText - Text to find for the word.
Method Detail

next

public com.swabunga.spell.event.Word next()
This method looks for the next word to be checked, in the process of looking for the next word this method ignores all the HTML and velocity reserved words and tags, those ones are not going to be spell checked.

Returns:
The matched word to be checked


Copyright © 2006 Dotmarketing, Inc. All Rights Reserved.