this._classLensMatches = new LensMatchHashMap();
this._formatResourceMatches = new HashMap<Resource, ResourceFormatMatchSet>();
this._formatPropertyMatches = new HashMap<Resource, PropertyFormatMatchSet>();
this._all = new HashMap<Resource, Object>();
this._warnings = new WarningGatherer();
this._nsmap = new FSLNSResolver();
this.parse();
}