|
Class Summary |
| KeywordMatch |
This is a helper class for the KeywordParser class. |
| KeywordMatches |
This is a utility class for the KeywordParser that keeps a list
of KeywordMatches. |
| KeywordParser |
Main Attribute matching class
Usage :
1. |
| RoadKeywordParser |
KeywordParser class that has a bunch of built in keywords
parses into these categories:
rd_descript - ie. |
| TextHandler |
Provides basic text Regular Expression functionality
all these functions are static
match( in, word) - returns true if word is a word in 'in'
remove(in,word) - returns a new string with word removed from 'in'
trimWhite(in) - removes white space from start and end of in and
converts double spaces to single spaces. |