nl.hippo.cms.spellchecking |
|
Java Source File Name | Type | Comment |
AspellWrapper.java | Class | |
DefaultWordFinder.java | Class | A word finder for normal text documents, which searches text for sequences
of words and text blocks.This class also defines common methods and behaviour for the various word finding
subclasses. |
StringUtils.java | Class | A collection of String handling utility methods.
Some of the methods available in this class have equivalents in the
java.lang.String class. |
XMLWordFinder.java | Class | A word finder for XMLdocuments, which searches text for
sequences of letters, but ignores tags. |