KFMSystem.log.debug("Matched ITEMSET");
KFMSystem.log.debug("Extracted String is:");
KFMSystem.log.debug(tMatcher.group(0));
mItem = new Item( mRegExpItem, tMatcher.group(0), mNames );
// add the Element to that Vector wich contains all
// ResultItems
// Note: 'mItem.getItem()' returns a Hashtable!
Hashtable tItem = mItem.getItem();
if (!tItem.isEmpty()){