System.out.println("Validity for "+_grammarSource.getSystemId()+" from the entry in the store:"+
store.getParserTableValidity(_grammarSource.getSystemId()));
System.out.println("Validity from the source "+_grammarSource.getSystemId()+":"+
_grammarSource.getValidity());*/
ParserTable parsertable;
if ((!store.hasParserTable(_grammarSource.getSystemId())) ||
(store.getParserTableValidity(_grammarSource.getSystemId())==null) ||
(!store.getParserTableValidity(_grammarSource.getSystemId()).isValid(_grammarSource.getValidity())))
{
getLogger().debug("(Re)building the parsertable from '"+_grammarSource.getSystemId()+"'");